ado5 60ac2c1c9a first commit | 9 months ago | |
---|---|---|
.. | ||
README.en-US.md | 9 months ago | |
README.md | 9 months ago | |
index.d.ts | 9 months ago | |
index.js | 9 months ago | |
props.d.ts | 9 months ago | |
props.js | 9 months ago | |
tab-panel-props.d.ts | 9 months ago | |
tab-panel-props.js | 9 months ago | |
tab-panel.d.ts | 9 months ago | |
tab-panel.js | 9 months ago | |
tab-panel.json | 9 months ago | |
tab-panel.wxml | 9 months ago | |
tab-panel.wxss | 9 months ago | |
tabs.d.ts | 9 months ago | |
tabs.js | 9 months ago | |
tabs.json | 9 months ago | |
tabs.wxml | 9 months ago | |
tabs.wxs | 9 months ago | |
tabs.wxss | 9 months ago | |
type.d.ts | 9 months ago | |
type.js | 9 months ago |
:: BASE_DOC ::
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:StickyProps
,Sticky API Documents。see more ts definition | N
swipeable | Boolean | true | - | N
value | String / Number | - | Typescript:TabValue
type TabValue = string | number
。see more ts definition | N
default-value | String / Number | undefined | uncontrolled property。Typescript:TabValue
type TabValue = string | number
。see more ts definition | N
name | params | description
-- | -- | --
change | (value: TabValue, label: string)
| -
click | (value: TabValue, label: string)
| -
scroll | ({ scrollTop: number, isFixed: boolean })
| -
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