Tall vertical Spotify card with progressive blur album art, seek bar, and transport controls.
Uses /api/spotify. Set up the route on the Spotify Card page.
/api/spotify
string
"/api/spotify"
() => void
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
import { VerticalSpotifyCard } from "@/components/ui/vertical-spotify-card"
export default function Page() { return ( <VerticalSpotifyCard url="https://open.spotify.com/track/0DTSnA1bcVI5niJzoyBPyZ" /> ) }