TabButton
タブ切り替えボタンコンポーネント。
import { TabButton } from "@blueai/ui"Examples
Basic
With Count
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| active* | boolean | — | アクティブ状態 |
| onClick* | () => void | — | クリックハンドラ |
| label* | string | — | タブラベル |
| count | number | — | カウントバッジ |
タブ切り替えボタンコンポーネント。
import { TabButton } from "@blueai/ui"| Prop | Type | Default | Description |
|---|---|---|---|
| active* | boolean | — | アクティブ状態 |
| onClick* | () => void | — | クリックハンドラ |
| label* | string | — | タブラベル |
| count | number | — | カウントバッジ |