Switch Theme
Beautiful day/night theme toggle with animated sun, moon, stars, and clouds.
Light mode
Dark mode
1import { SwitchTheme } from "@/zeroui/components/switches";23export default function Example() {Usage with Theme
1const [isDark, setIsDark] = useState(false);23useEffect(() => {Installation
npx zeroui@latest add switch-themeProps
| name | type | default | description |
|---|---|---|---|
| checked | boolean | undefined | - |
| defaultChecked | boolean | false | - |
| onChange | (checked: boolean) => void | undefined | - |
| disabled | boolean | false | - |