A modern Spotify-inspired music player component built with React, Tailwind CSS, and Framer Motion. Features animated album art, playback controls, progress bar, smooth track transitions, and responsive UI.
The Weeknd
Install the npm dependencies this component relies on.
npm i motionnpm i lucide-reactsrc/lab/experiments/spotify-player/SpotifyPlayer.tsxSpotify player component with animated album art, playback controls, and progress bar.import SpotifyPlayer from "@/src/lab/experiments/spotify-player/SpotifyPlayer";
<SpotifyPlayer />| Name | Type | Description |
|---|---|---|
| tracks | Track[] | Array of music tracks containing title, artists, album artwork, accent color, and duration. |