p-toggle-2

PreviousNext

Toggle with outline

Docs
cossblock

Preview

Loading preview…
registry/default/particles/p-toggle-2.tsx
import { Toggle } from "@/registry/default/ui/toggle";

export default function Particle() {
  return <Toggle variant="outline">Outline Toggle</Toggle>;
}

Installation

npx shadcn@latest add @coss/p-toggle-2

Usage

import { PToggle2 } from "@/components/p-toggle-2"
<PToggle2 />