@tarojsx/ui
Version:
We reinvents the UI for Taro3+
123 lines (69 loc) • 2.77 kB
Markdown
---
id: "_tabbar_.tabbarprops"
title: "TabBarProps"
sidebar_label: "TabBarProps"
---
## Hierarchy
* **TabBarProps**
## Index
### Properties
* [backgroundColor](_tabbar_.tabbarprops.md#optional-backgroundcolor)
* [className](_tabbar_.tabbarprops.md#optional-classname)
* [color](_tabbar_.tabbarprops.md#optional-color)
* [current](_tabbar_.tabbarprops.md#optional-current)
* [fixed](_tabbar_.tabbarprops.md#optional-fixed)
* [fontSize](_tabbar_.tabbarprops.md#optional-fontsize)
* [iconSize](_tabbar_.tabbarprops.md#optional-iconsize)
* [onClick](_tabbar_.tabbarprops.md#optional-onclick)
* [scroll](_tabbar_.tabbarprops.md#optional-scroll)
* [selectedColor](_tabbar_.tabbarprops.md#optional-selectedcolor)
* [style](_tabbar_.tabbarprops.md#optional-style)
* [tabList](_tabbar_.tabbarprops.md#tablist)
## Properties
### `Optional` backgroundColor
• **backgroundColor**? : *string*
*Defined in [src/TabBar.tsx:33](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L33)*
___
### `Optional` className
• **className**? : *string*
*Defined in [src/TabBar.tsx:31](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L31)*
___
### `Optional` color
• **color**? : *string*
*Defined in [src/TabBar.tsx:34](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L34)*
___
### `Optional` current
• **current**? : *number*
*Defined in [src/TabBar.tsx:38](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L38)*
___
### `Optional` fixed
• **fixed**? : *boolean*
*Defined in [src/TabBar.tsx:39](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L39)*
___
### `Optional` fontSize
• **fontSize**? : *number*
*Defined in [src/TabBar.tsx:37](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L37)*
___
### `Optional` iconSize
• **iconSize**? : *number*
*Defined in [src/TabBar.tsx:36](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L36)*
___
### `Optional` onClick
• **onClick**? : *CommonEventFunction‹object›*
*Defined in [src/TabBar.tsx:42](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L42)*
___
### `Optional` scroll
• **scroll**? : *boolean*
*Defined in [src/TabBar.tsx:40](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L40)*
___
### `Optional` selectedColor
• **selectedColor**? : *string*
*Defined in [src/TabBar.tsx:35](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L35)*
___
### `Optional` style
• **style**? : *CSSProperties*
*Defined in [src/TabBar.tsx:32](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L32)*
___
### tabList
• **tabList**: *[TabBarListItem](../modules/_tabbar_.md#tabbarlistitem)[]*
*Defined in [src/TabBar.tsx:41](https://github.com/tarojsx/ui/blob/v0.11.0/src/TabBar.tsx#L41)*