Native <details> collapse. SEO-crawled.
Wraps native `<details><summary>` with theme-aware styling. SEO-friendly: Google indexes the inner content even when collapsed. Use for FAQs, expandable sections in docs.
import { Toggle } from "@/components/ui/toggle";
<Toggle summary="Show advanced options">
<AdvancedOptions />
</Toggle>components/ui/ folder. You own the code.