project init & fix ui
This commit is contained in:
23
miniprogram_npm/tdesign-miniprogram/link/README.en-US.md
Normal file
23
miniprogram_npm/tdesign-miniprogram/link/README.en-US.md
Normal file
@@ -0,0 +1,23 @@
|
||||
:: BASE_DOC ::
|
||||
|
||||
## API
|
||||
### Link Props
|
||||
|
||||
name | type | default | description | required
|
||||
-- | -- | -- | -- | --
|
||||
content | String / Slot | - | \- | N
|
||||
navigator-props | Object | - | \- | N
|
||||
prefix-icon | String / Object / Slot | - | \- | N
|
||||
size | String | medium | options:small/medium/large。Typescript:`SizeEnum` | N
|
||||
status | String | normal | options:normal/active/disabled | N
|
||||
suffix-icon | String / Object / Slot | - | \- | N
|
||||
theme | String | default | options:default/primary/danger/warning/success | N
|
||||
underline | Boolean | - | \- | N
|
||||
|
||||
### Link Events
|
||||
|
||||
name | params | description
|
||||
-- | -- | --
|
||||
complete | \- | \-
|
||||
fail | \- | \-
|
||||
success | \- | \-
|
||||
Reference in New Issue
Block a user