A smooth, draggable volume slider component with framer-motion animations and shadcn styling.
import { VolumeComponent } from "@/components/ui/volume-component-shadcnui" export default function Demo() { return ( <div className="flex w-full min-h-screen items-center justify-center bg-background p-8"> <VolumeComponent /> </div> ) }
Part of UI TripleD — browse the full library on 21st.dev.