Hover over each letter!
Sound Text
Text EffectsText that plays musical notes on hover
soundmusicinteractiveaudio
Installation
$
Usage
tsx
import { SoundText } from "@/components/nonaxial/sound-text"
export default function Example() {
return (
<SoundText>{/* Your content here */}</SoundText>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |