BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/glassmorphism-listen-app-block-shadcnui

Glassmorphism Listen App

tripled/glassmorphism-listen-app-block-shadcnui
FreeBlock

Music streaming block with glassmorphism player, curated highlights, and animated controls

Live preview

live · rendered by the registry
Rendered by tripled on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://ui.tripled.work/r/glassmorphism-listen-app-block-shadcnui.json

Source

@uitripled/react-shadcn/src/components/sections/glassmorphism-listen-app-block.tsxui.tripled.work/r/glassmorphism-listen-app-block-shadcnui.json · first 6 KB
1"use client";
2
3import { useState } from "react";
4
5import { Badge } from "@/components/ui/badge";
6import { Button } from "@/components/ui/button";
7import { Card } from "@/components/ui/card";
8import {
9 Headphones,
10 Heart,
11 Pause,
12 Repeat,
13 Shuffle,
14 SkipBack,
15 SkipForward,
16 Volume2,
17} from "lucide-react";
18
19const highlights = [
20 {
21 title: "Spatial audio",
22 description:
23 "Immerse yourself in cinematic soundscapes crafted for every mood.",
24 },
25];
26
27const playlist = [
28 {
29 id: "5L2ELXkO17Iu9J8hwMktVJ",
30 title: "Helaf El Amar",
31 artist: "George Wassouf",
32 album: "El Hawa Sultan",
33 duration: "6:40",
34 currentTime: "01:12",
35 progress: 35,
36 spotifyUrl: "https://open.spotify.com/track/5L2ELXkO17Iu9J8hwMktVJ",
37 embedUrl:
38 "https://open.spotify.com/embed/track/5L2ELXkO17Iu9J8hwMktVJ?utm_source=generator",
39 },
40 {
41 id: "2Z8WuEywRWYTKe1NybPQEW",
42 title: "Levitating",
43 artist: "Dua Lipa",
44 album: "Future Nostalgia",
45 duration: "3:23",
46 currentTime: "00:48",
47 progress: 22,
48 spotifyUrl: "https://open.spotify.com/track/2Z8WuEywRWYTKe1NybPQEW",
49 embedUrl:
50 "https://open.spotify.com/embed/track/2Z8WuEywRWYTKe1NybPQEW?utm_source=generator",
51 },
52 {
53 id: "02MWAaffLxlfxAUY7c5dvx",
54 title: "Heat Waves",
55 artist: "Glass Animals",
56 album: "Dreamland",
57 duration: "3:58",
58 currentTime: "02:41",
59 progress: 68,
60 spotifyUrl: "https://open.spotify.com/track/02MWAaffLxlfxAUY7c5dvx",
61 embedUrl:
62 "https://open.spotify.com/embed/track/02MWAaffLxlfxAUY7c5dvx?utm_source=generator",
63 },
64 {
65 id: "4ZtFanR9U6ndgddUvNcjcG",
66 title: "good 4 u",
67 artist: "Olivia Rodrigo",
68 album: "SOUR",
69 duration: "2:58",
70 currentTime: "00:36",
71 progress: 20,
72 spotifyUrl: "https://open.spotify.com/track/4ZtFanR9U6ndgddUvNcjcG",
73 embedUrl:
74 "https://open.spotify.com/embed/track/4ZtFanR9U6ndgddUvNcjcG?utm_source=generator",
75 },
76];
77
78export function GlassmorphismListenAppBlock() {
79 const [activeIndex, setActiveIndex] = useState(0);
80 const activeTrack = playlist[activeIndex];
81
82 return (
83 <section className="relative overflow-hidden px-6 py-32">
84 <div className="absolute inset-0 -z-10">
85 <div className="absolute left-1/2 top-0 h-[520px] w-[520px] -translate-x-1/2 rounded-full bg-foreground/[0.03] blur-3xl" />
86 <div className="absolute bottom-0 right-0 h-[420px] w-[420px] rounded-full bg-foreground/[0.02] blur-3xl" />
87 </div>
88
89// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/sections/glassmorphism-listen-app-block.tsx

Facts

Registry
tripled
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on tripled ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About Us Pageabout-us-page-shadcnuitripledBlocksFree2 deps
About Usabout-us-section-baseuitripledBlocksFree2 deps
About Usabout-us-section-shadcnuitripledBlocksFree2 deps
Auto-Revealing Headingauto-revealing-heading-shadcnuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-baseuitripledBlocksFree2 deps
Bento Grid Blockbento-grid-block-shadcnuitripledBlocksFree2 deps
Blog Blockblog-block-baseuitripledBlocksFree2 deps
Blog Blockblog-block-shadcnuitripledBlocksFree2 deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex