Preview
Advanced options
This content is controlled by native details and summary.
Usage
Disclosure usage<Disclosure summary="Advanced options">Settings</Disclosure>API
Disclosure APIDisclosureProps
A single disclosure on native `<details>/<summary>` — the kit's only JS-OFF show/hide (the browser owns toggle, keyboard, and semantics entirely; no island, ever). Triage: Accordion = a grouped set with exclusive/multiple coordination (islands); Disclosure = one standalone "advanced options" / "show more", working everywhere.
| prop | type | notes |
|---|---|---|
| summary | RemixNode | The always-visible summary line. |
| defaultOpen? | boolean | Open on first render (`open` attribute — still toggleable). |
| children? | RemixNode | The revealed content. |
| mix? | MixInput |