AudioPlayer
AudioPlayer Component
Playground
3:42
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| title | text | — | |
| artist | text | — | |
| isPlaying | boolean | — | |
| progress | number | — |
Default
3:42
Playing
4:15
NoCover
45:00
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
artist | text | — | Artist name |
isPlaying | boolean | — | Playing state |
progress | number | — | Progress (0-100) |
title | text | — | Track title |
Using AudioPlayertsx
import { AudioPlayer } from '@/components/AudioPlayer'
<AudioPlayer
title="..."
artist="..."
isPlaying="..."
progress="..."
/>Tokens Used
No design tokens detected