ado5 60ac2c1c9a first commit 7 mesi fa
..
README.en-US.md 60ac2c1c9a first commit 7 mesi fa
README.md 60ac2c1c9a first commit 7 mesi fa
index.d.ts 60ac2c1c9a first commit 7 mesi fa
index.js 60ac2c1c9a first commit 7 mesi fa
props.d.ts 60ac2c1c9a first commit 7 mesi fa
props.js 60ac2c1c9a first commit 7 mesi fa
tab-panel-props.d.ts 60ac2c1c9a first commit 7 mesi fa
tab-panel-props.js 60ac2c1c9a first commit 7 mesi fa
tab-panel.d.ts 60ac2c1c9a first commit 7 mesi fa
tab-panel.js 60ac2c1c9a first commit 7 mesi fa
tab-panel.json 60ac2c1c9a first commit 7 mesi fa
tab-panel.wxml 60ac2c1c9a first commit 7 mesi fa
tab-panel.wxss 60ac2c1c9a first commit 7 mesi fa
tabs.d.ts 60ac2c1c9a first commit 7 mesi fa
tabs.js 60ac2c1c9a first commit 7 mesi fa
tabs.json 60ac2c1c9a first commit 7 mesi fa
tabs.wxml 60ac2c1c9a first commit 7 mesi fa
tabs.wxs 60ac2c1c9a first commit 7 mesi fa
tabs.wxss 60ac2c1c9a first commit 7 mesi fa
type.d.ts 60ac2c1c9a first commit 7 mesi fa
type.js 60ac2c1c9a first commit 7 mesi fa

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 placement | String | top | options:left/top | N show-bottom-line | Boolean | true | - | N sticky | Boolean | false | - | N sticky-props | Object | - | Typescript:StickyPropsSticky API Documentssee more ts definition | N swipeable | Boolean | true | - | 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 -- | -- | -- | -- | -- destroy-on-hide | Boolean | true | - | N disabled | Boolean | false | - | N label | String | - | - | N panel | String / Slot | - | - | N value | String / Number | - | Typescript:TabValue | N