<Carousel />
| prop | type | mark |
|---|---|---|
| width | any | you can use number or percent likes '100%' |
| height | any | you can use number or percent likes '100%' |
| vertical | boolean | whether vertical scroll |
| fade | boolean | animation type slide( default ) or fade |
| children | component(isRequired) | scroll child component |
<ProgressBar />
| prop | type | mark |
|---|---|---|
| width | number | component‘s width ( default 300) |
| height | number | component‘s height ( default 30) |
| percent | string | progressbar's percent (default 50%) |
| backgroundColor | string |
<FullScroll />
| prop | type | mark |
|---|---|---|
| children | component(isRequired) | scroll child component |
<Modal />
| prop | type | mark |
|---|---|---|
| visible | boolean | Whether does the modal appear? value: true , false |
| type | string | animation type , slide(default) , scale or fade |
| left | boolean | Whether does the component animate from left to right, is only slide |
| backgroundColor | string |