Components
Loading preview...
An interactive brightness control component with animated transitions, providing a user-friendly interface for adjusting brightness levels from 0-6.
npx shadcn@latest add https://21st.dev/r/ozantekin/brightness-controlimport { BrightnessControl } from "@/components/ui/brightness-control";
export function BrightnessControlDemo() {
return <BrightnessControl />
}