Compact player whose progress bar creeps forward in time with the elapsed clock, then fades the title over to the next track when one finishes.
The import and the props worth knowing about, in one place.
import { Media26 } from "@/components/beste/piece/media26";
<Media26
tracks={[
{
"title": "Feeling Good",
"artist": "Nina Simone",
"duration": 177
},
{
"title": "So What",
"artist": "Miles Davis",
"duration": 205
},
{
"title": "Hyperballad",
"artist": "Björk",
"duration": 219
}
]}
tone="primary"
/>Compact player bar with artwork, track details, a progress line, and a play toggle.
Running a calmer front desk
The Sirius Podcast · Ep. 12
A compact audio player with a play button, an episode title and series line, a waveform progress bar, and elapsed and total times.