Components
Loading preview...
BB-8 Themed Star Wars Toggle Switch Playful Star Wars-inspired toggle switch featuring BB-8 rolling across a scenic desert with twin suns. Smooth sliding animation mimics BB-8's movement. Perfect for sci-fi-themed apps, games, or websites requiring a creative dark/light mode toggle.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/star-wars-toggle-switchimport Switch from "@/components/ui/star-wars-toggle-switch";
export default function DemoOne() {
return <Switch />;
}