export * as Switch from "./namespace"; export * from "./styles"; export * from "./switch";
npx shadcn@latest add @kanpeki/switch
import { Switch } from "@/components/ui/switch"
<Switch />