← All toggles
720
1 Run the shadcn CLI
npx shadcn@latest add https://toggles.dev/r/simple
2 Import and use
import { Simple } from "@/components/ui/simple";

export default function App() {
  return <Simple />;
}