p-switch-1

PreviousNext

Basic switch

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-switch-1.tsx
import { Label } from "@/registry/default/ui/label";
import { Switch } from "@/registry/default/ui/switch";

export default function Particle() {
  return (
    <Label>
      <Switch />
      Marketing emails
    </Label>
  );
}

Installation

npx shadcn@latest add @coss/p-switch-1

Usage

import { PSwitch1 } from "@/components/p-switch-1"
<PSwitch1 />