components / rainbow
rainbow.
wrapper that cycles every text character inside it through a staggered rainbow.
installation
bunx @justin06lee/chrome@latest add rainbowprops
| name | type | default | description |
|---|---|---|---|
| children * | ReactNode | - | |
| as | ElementType | 'span' | |
| duration | number | 3 | seconds per cycle |
| stagger | number | 0.25 | delay step per char (s) |
| background | string | - | CSS background applied to the root element. transparent by default. |