Music Player
A stylish, glassmorphism music player component for media applications.
Preview
NOW PLAYING
Midnight City
M83
Hurry Up, We're Dreaming
1:204:03
Component not found in registry.
Usage
tsx
12 linesCopy
Props
| Prop | Type | Description |
|---|---|---|
image | string | URL of the album art image (default: Unsplash Image). |
title | string | Song title (default: 'Until I Found You'). |
artist | string | Artist name (default: 'Stephen Sanchez'). |
album | string | Album name or subtitle (default: 'Single • 2022'). |
currentTime | string | Current playback time string (default: '2:05'). |
totalTime | string | Total duration string (default: '4:08'). |
progress | number | Progress percentage (0-100) (default: 33). |
className | string | Additional CSS classes. |