Accordion
Standalone expand/collapse via native HTML5 <details>/<summary>. Group siblings with the `name` prop for exclusive-accordion UX
Example
Show me the detailsClick to expand
Native <details> under the hood — same substrate as the app render.
Pass a shared name to sibling accordions and the browser will keep
only one open at a time.
<Accordion title="Title">
Body content revealed when the accordion is expanded.
</Accordion>Props
Prop
Type
Also matches: toggle, accordion, expandable, details, disclosure, collapse, fold
Author it
Type /toggle in the editor to insert it from the slash menu, or write the tag directly in source mode. The Properties panel on the right of the editor exposes every prop above as a form field once the block is selected.
Callout
Alert / admonition with 15 type variants — 5 GFM (note, tip, important, warning, caution) plus 10 Obsidian-parity (abstract, info, todo, success, question, failure, danger, bug, example, quote)
Tabs
Horizontal tab strip + active panel below. Each `<Tab>` child is one panel; clickable pills at the top switch the active one. Active selection is ephemeral (resets on reload)