A reusable component for Sliders for both horizontal and vertical, with smooth animation
Loading preview...
import Component from "@/components/ui/i-os-slider"; export default function BrightnessSlider() { return <Component />; }