AI agents: fetch the documentation index 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 blodemd`</Tab>
<Tab title="pnpm">`pnpm add blodemd`</Tab>
<Tab title="yarn">`yarn add blodemd`</Tab>
</Tabs>npm install blodemdContent tabs
Tabs work with any content, not just code:
<Tabs>