You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
animation | Object | - | Typescript: `TabAnimation``type TabAnimation = { duration: number } & Record<string, any>`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
12
12
bottomLineMode | String | fixed | options: fixed/auto/full | N
13
-
children | TElement | - | Typescript:`TNode`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/blob/develop/src/common.ts) | N
14
-
list | Array | - | Typescript:`Array<TdTabPanelProps>` | N
13
+
list | Array | - | Typescript: `Array<TdTabPanelProps>` | N
15
14
showBottomLine | Boolean | true | \- | N
16
15
size | String | medium | options: medium/large | N
17
16
spaceEvenly | Boolean | true | \- | N
18
17
sticky | Boolean | false | \- | N
19
-
stickyProps | Object | - | Typescript:`StickyProps`,[Sticky API Documents](./sticky?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
18
+
stickyProps | Object | - | Typescript: `StickyProps`,[Sticky API Documents](./sticky?tab=api)。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
20
19
swipeable | Boolean | true | \- | N
21
20
theme | String | line | options: line/tag/card | N
22
-
value | String / Number | - | Typescript:`TabValue``type TabValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
23
-
defaultValue | String / Number | - | uncontrolled property。Typescript:`TabValue``type TabValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
24
-
onChange | Function | | Typescript:`(value: TabValue, label: string) => void`<br/> | N
25
-
onClick | Function | | Typescript:`(value: TabValue, label: string) => void`<br/> | N
26
-
onScroll | Function | | Typescript:`(scrollTop: number, isFixed: boolean) => void`<br/> | N
21
+
value | String / Number | - | Typescript: `TabValue``type TabValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
22
+
defaultValue | String / Number | - | uncontrolled property。Typescript: `TabValue``type TabValue = string \| number`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-react/tree/develop/src/tabs/type.ts) | N
23
+
onChange | Function | | Typescript: `(value: TabValue, label: string) => void`<br/> | N
24
+
onClick | Function | | Typescript: `(value: TabValue, label: string) => void`<br/> | N
25
+
onScroll | Function | | Typescript: `(scrollTop: number, isFixed: boolean) => void`<br/> | N
27
26
28
27
29
28
### TabPanel Props
30
29
31
30
name | type | default | description | required
32
31
-- | -- | -- | -- | --
33
32
className | String | - | className of component | N
0 commit comments