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