|
5 months ago | |
---|---|---|
.. | ||
draggable | 5 months ago | |
template | 5 months ago | |
README.en-US.md | 5 months ago | |
README.md | 5 months ago | |
fab.d.ts | 5 months ago | |
fab.js | 5 months ago | |
fab.json | 5 months ago | |
fab.wxml | 5 months ago | |
fab.wxss | 5 months ago | |
props.d.ts | 5 months ago | |
props.js | 5 months ago | |
type.d.ts | 5 months ago | |
type.js | 5 months ago |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
style | String | right: 16px; bottom: 32px; | - | N
custom-style | Object | - | CSS(Cascading Style Sheets),used to set style on virtual component | N
button-props | Object | - | Typescript:ButtonProps
,Button API Documents。see more ts definition | N
draggable | String / Boolean | false | Typescript:boolean \| FabDirectionEnum
type FabDirectionEnum = 'all' \| 'vertical' \| 'horizontal'
。see more ts definition | N
icon | String | - | - | N
text | String | - | - | N
using-custom-navbar | Boolean | false | - | N
y-bounds | Array | - | Typescript:Array<string \| number>
| N
name | params | description
-- | -- | --
click | ({e: Event})
| -
drag-end | (e: TouchEvent)
| -
drag-start | (e: TouchEvent)
| -
The component provides the following CSS variables, which can be used to customize styles. Name | Default Value | Description -- | -- | -- --td-fab-shadow | @shadow-2 | -