For AI agents: the documentation index is at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Tabs
Organize alternate content into Tabs and Tab panels so readers can switch between related options without leaving the documentation page.
Use the Tabs and Tab components to let readers switch between related content without leaving the page.
Basic tabs
Each Tab needs a title prop to label its tab button:
<Tabs>
<Tab title="npm">`npm install edda-docs`</Tab>
<Tab title="pnpm">`pnpm add edda-docs`</Tab>
<Tab title="yarn">`yarn add edda-docs`</Tab>
</Tabs>npm install edda-docsContent tabs
Tabs work with any content, not just code:
<Tabs>
Published with Edda