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

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