Components
Loading preview...
Playful toggle switch with a bright yellow sun over blue skies and fluffy clouds. Ideal for weather apps or light/dark mode themes.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/sky-toggleimport Switch from "@/components/ui/sky-toggle";
export default function DemoOne() {
return <Switch />;
}