import { Label } from "@/registry/default/ui/label";
import { Switch } from "@/registry/default/ui/switch";
export default function Particle() {
return (
<Label>
<Switch />
Marketing emails
</Label>
);
}
npx shadcn@latest add @coss/p-switch-1import { PSwitch1 } from "@/components/p-switch-1"<PSwitch1 />