Tabs and Tab
npm install writedocspnpm add writedocsyarn add writedocs<Tabs>
<Tab title="npm">
```bash
npm install writedocs
```
</Tab>
<Tab title="pnpm">
```bash
pnpm add writedocs
```
</Tab>
</Tabs>Tab props
titlestringrequired
The label shown on its clickable pill.
Tabs itself takes no props — it’s a plain wrapper around one or more Tab children.