Components
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-controlLoading preview...
import { BrightnessControl } from "@/components/ui/brightness-control";
export function BrightnessControlDemo() {
return <BrightnessControl />
}