Components
Loading preview...
Music streaming block with glassmorphism player, curated highlights, and animated controls
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/glassmorphism-listen-app-block-shadcnuiimport { GlassmorphismListenAppBlock } from "@/components/ui/glassmorphism-listen-app-block-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<GlassmorphismListenAppBlock />
</div>
)
}