Playful toggle switch with a bright yellow sun over blue skies and fluffy clouds. Ideal for weather apps or light/dark mode themes.
import Switch from "@/components/ui/sky-toggle"; export default function DemoOne() { return <Switch />; }