adminis-gardenui
v0.1.0
Published
Open Source minimal UI library for React
Readme
GardenUI (pre-alpha)
Open Source minimal UI library for React
NPM Package for Adminis - GardenUI Github Repo for Adminis - GardenUI
Hacker Scramble Effect:
<ScrambleText />
Hacker Scramble Effect Component for text. Takes a text prop and can be customized freely.
text: string- Text to scramble
useHackerScramble(text: string)
Hacker Scramble hook for text, the underlying driver for <ScrambleText />.
- Takes a
stringas argument and returns astringthat changes. - Important: Causes the component to re-render until the scramble is completed.
- Ideally only use in isolated text components or use
<ScrambleText />instead
