@tarojsx/ui
Version:
We reinvents the UI for Taro3+
66 lines (36 loc) • 1.12 kB
Markdown
id: "_tabbar_"
title: "TabBar"
sidebar_label: "TabBar"
## Index
### Interfaces
* [TabBarProps](../interfaces/_tabbar_.tabbarprops.md)
### Type aliases
* [TabBarListItem](_tabbar_.md#tabbarlistitem)
### Functions
* [TabBar](_tabbar_.md#const-tabbar)
## Type aliases
### TabBarListItem
Ƭ **TabBarListItem**: *object*
*Defined in [src/TabBar.tsx:8](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L8)*
#### Type declaration:
* **dot**? : *boolean*
* **iconPrefixClass**? : *string*
* **iconType**? : *string*
* **image**? : *string*
* **key**? : *string*
* **max**? : *number*
* **selectedIconType**? : *string*
* **selectedImage**? : *string*
* **text**? : *string*
* **title**: *string*
## Functions
### `Const` TabBar
▸ **TabBar**(`props`: [TabBarProps](../interfaces/_tabbar_.tabbarprops.md) & object): *Element‹›*
*Defined in [src/TabBar.tsx:45](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L45)*
**Parameters:**
Name | Type |
------ | ------ |
`props` | [TabBarProps](../interfaces/_tabbar_.tabbarprops.md) & object |
**Returns:** *Element‹›*