Back
Sparkles Text
Satu Visual ComponentNew
Text surrounded by twinkling sparkles.
Magical
Installation
Add it with the CLI:
Terminal
$
Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.
Usage
Wrap any text. Sparkles are placed randomly around it and twinkle.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Text content. |
| className | string | — | Extra classes. |
| count | number | 8 | Number of sparkles. |
| color | string | #a78bfa | Sparkle color. |