Lustrous Text Animation
A component that animates the lustrous effect on text.
Ansh Singh Sonkhia India
Installation
Usage
1import { LustrousText } from '@/components/pumki-ui/text/lustrous-text';1<LustrousText text="Ansh Singh Sonkhia" />Example
Gold Customizations
Ansh Singh Sonkhia India
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| lustrousColor? | string | var(--color-neutral-300) | Color of the lustrous effect |
| color | string | var(--color-neutral-500) | Text color |
| wave | boolean | false | Enable wave animation |
| duration | number | 1 | Animation duration in seconds |
| text | string | - | Text to animate |
Last updated on