project init & fix ui
This commit is contained in:
17
miniprogram_npm/tdesign-miniprogram/cascader/README.en-US.md
Normal file
17
miniprogram_npm/tdesign-miniprogram/cascader/README.en-US.md
Normal file
@@ -0,0 +1,17 @@
|
||||
:: BASE_DOC ::
|
||||
|
||||
## API
|
||||
### Cascader Props
|
||||
|
||||
name | type | default | description | required
|
||||
-- | -- | -- | -- | --
|
||||
close-btn | Boolean / Slot | true | \- | N
|
||||
keys | Object | - | Typescript:`KeysType` | N
|
||||
custom-style `v0.25.0` | String | - | \- | N
|
||||
options | Array | [] | Typescript:`Array<CascaderOption>` | N
|
||||
sub-titles | Array | [] | Typescript:`Array<string>` | N
|
||||
theme | String | 'step' | options:step/tab | N
|
||||
title | String / Slot | - | \- | N
|
||||
value | String / Number | null | \- | N
|
||||
default-value | String / Number | undefined | uncontrolled property | N
|
||||
visible | Boolean | false | \- | N
|
||||
Reference in New Issue
Block a user