Installation
Examples
Player UI
Custom audio player with track info, progress, and controls.
Lo-fi Study Beats
ChillWave Studio
1:244:12
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| src* | string | required | Audio source URL. |
| title | string | — | Track title. |
| artist | string | — | Artist name. |
| cover | string | — | Cover art image URL. |
| autoPlay | boolean | false | Start playing on mount. |
| loop | boolean | false | Loop the track. |