

# Tabs

Custom tabs component.

# Installation

Copy the following code into your app directory.


> **Error: 'Tabs' not found in registry**


# Usage


> **Error: 'tabs' not found in registry**


# Anatomy 
Use the following composition to build a `Tabs`


```python
tabs.root(
    tabs.list(
        tabs.tab(),
        tabs.indicator(),
    ),
    tabs.panel(),
)
```



# Example

## Basic

> **Error: 'tabs_basic' not found in registry**


## Vertical
Use `orientation="vertical"` for vertical tabs.

> **Error: 'tabs_vertical' not found in registry**


## Disabled
Use `disabled=True` to disable a tab.

> **Error: 'tabs_disabled' not found in registry**

