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

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