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