A volume slider with a mute toggle button and a live value readout that switches icons based on level.
import Component from "@/components/ui/v-slider-11"; export default function Default() { return ( <div className="flex min-h-52 w-full items-center justify-center p-6"> <Component /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.