zhaoxiaohai d353871ad1 e订单合并e服务 2 年 前
..
README.en-US.md d353871ad1 e订单合并e服务 2 年 前
README.md d353871ad1 e订单合并e服务 2 年 前
index.d.ts d353871ad1 e订单合并e服务 2 年 前
index.js d353871ad1 e订单合并e服务 2 年 前
props.d.ts d353871ad1 e订单合并e服务 2 年 前
props.js d353871ad1 e订单合并e服务 2 年 前
tabs.d.ts d353871ad1 e订单合并e服务 2 年 前
tabs.js d353871ad1 e订单合并e服务 2 年 前
tabs.json d353871ad1 e订单合并e服务 2 年 前
tabs.wxml d353871ad1 e订单合并e服务 2 年 前
tabs.wxs d353871ad1 e订单合并e服务 2 年 前
tabs.wxss d353871ad1 e订单合并e服务 2 年 前
type.d.ts d353871ad1 e订单合并e服务 2 年 前
type.js d353871ad1 e订单合并e服务 2 年 前

README.en-US.md

:: BASE_DOC ::

API

Tabs Props

name | type | default | description | required -- | -- | -- | -- | -- animation | Object | - | Typescript:TabAnimation type TabAnimation = { duration: number } & Record<string, any>see more ts definition | N external-classes | Array | - | ['t-class', 't-class-item', 't-class-active', 't-class-track'] | N show-bottom-line | Boolean | true | - | N space-evenly | Boolean | true | - | N sticky | Boolean | false | - | N sticky-props | Object | - | Typescript:StickyPropsSticky API Documentssee more ts definition | N swipeable | Boolean | true | - | N theme | String | line | options:line/tag/card | N value | String / Number | - | Typescript:TabValue type TabValue = string \| numbersee more ts definition | N default-value | String / Number | undefined | uncontrolled property。Typescript:TabValue type TabValue = string \| numbersee more ts definition | N

Tabs Events

name | params | description -- | -- | -- change | (value: TabValue, label: string) | - click | (value: TabValue, label: string) | - scroll | (scrollTop: number, isFixed: boolean) | -

TabPanel Props

name | type | default | description | required -- | -- | -- | -- | -- badge-props | Object | null | - | N destroy-on-hide | Boolean | true | - | N disabled | Boolean | false | - | N icon | String / Object | - | 1.0.0-rc.1 | N label | String | - | - | N panel | String / Slot | - | - | N value | String / Number | - | Typescript:TabValueTabs API Documentssee more ts definition | N