0.1.0 • Published 8 months ago

adminis-gardenui v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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 string as argument and returns a string 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
0.1.0

8 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago