Components
An interactive brightness control component with animated transitions, providing a user-friendly interface for adjusting brightness levels from 0-6.
Loading preview...
import { BrightnessControl } from "@/components/ui/brightness-control";
export function BrightnessControlDemo() {
return <BrightnessControl />
}