project init & fix ui
This commit is contained in:
35
miniprogram_npm/tdesign-miniprogram/tab-bar/README.en-US.md
Normal file
35
miniprogram_npm/tdesign-miniprogram/tab-bar/README.en-US.md
Normal file
@@ -0,0 +1,35 @@
|
||||
:: BASE_DOC ::
|
||||
|
||||
## API
|
||||
### TabBar Props
|
||||
|
||||
name | type | default | description | required
|
||||
-- | -- | -- | -- | --
|
||||
bordered | Boolean | true | \- | N
|
||||
custom-style `v0.25.0` | String | - | \- | N
|
||||
external-classes | Array | - | `['t-class']` | N
|
||||
fixed | Boolean | true | \- | N
|
||||
safe-area-inset-bottom | Boolean | true | \- | N
|
||||
shape | String | normal | options:normal/round | N
|
||||
split | Boolean | true | \- | N
|
||||
style | String | - | \- | N
|
||||
theme | String | normal | options:normal/tag | N
|
||||
value | String / Number / Array | null | Typescript:`string \| number \| Array<string \| number>` | N
|
||||
default-value | String / Number / Array | undefined | uncontrolled property。Typescript:`string \| number \| Array<string \| number>` | N
|
||||
|
||||
### TabBar Events
|
||||
|
||||
name | params | description
|
||||
-- | -- | --
|
||||
change | \- | \-
|
||||
|
||||
### TabBarItem Props
|
||||
|
||||
name | type | default | description | required
|
||||
-- | -- | -- | -- | --
|
||||
badge-props | Object | - | Typescript:`BadgeProps`,[Badge API Documents](./badge?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/tab-bar/type.ts) | N
|
||||
custom-style | String | - | \- | N
|
||||
icon | String / Slot | - | \- | N
|
||||
style | String | - | \- | N
|
||||
sub-tab-bar | Array | - | Typescript:`SubTabBarItem[] ` `interface SubTabBarItem { value: string; label: string }`。[see more ts definition](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/tab-bar/type.ts) | N
|
||||
value | String / Number | - | \- | N
|
||||
Reference in New Issue
Block a user