Open Source minimal UI library for React
NPM Package for Adminis - GardenUI Github Repo for Adminis - GardenUI
Hacker Scramble Effect Component for text. Takes a text
prop and can be customized freely.
text: string
- Text to scramble
Hacker Scramble hook for text, the underlying driver for <ScrambleText />
.
- Takes a
string
as argument and returns astring
that changes. - Important: Causes the component to re-render until the scramble is completed.
- Ideally only use in isolated text components or use
<ScrambleText />
instead