Components
A smooth, draggable volume slider component with framer-motion animations and shadcn styling.
npx shadcn@latest add https://21st.dev/r/moumensoliman/volume-component-shadcnuiLoading preview...
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>
)
}