project init & fix ui

This commit is contained in:
2023-01-06 14:24:11 +08:00
parent abc4f65a8e
commit ac9b479805
866 changed files with 39916 additions and 53 deletions

View File

@@ -0,0 +1,27 @@
:: BASE_DOC ::
## API
### Stepper Props
name | type | default | description | required
-- | -- | -- | -- | --
custom-style `v0.25.0` | String | - | \- | N
disable-input | Boolean | false | \- | N
disabled | Boolean | false | \- | N
external-classes | Array | - | `['t-class', 't-class-input', 't-class-add', 't-class-minus']` | N
input-width | Number | - | \- | N
max | Number | 100 | \- | N
min | Number | 0 | \- | N
step | Number | 1 | \- | N
theme | String | normal | stylish。optionsnormal/grey | N
value | String / Number | 0 | \- | N
default-value | String / Number | undefined | uncontrolled property | N
### Stepper Events
name | params | description
-- | -- | --
blur | `({ type: string \| number })` | \-
change | `({ value: string \| number })` | \-
overlimit | `({type: 'minus' \| 'plus'})` | \-