File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,14 @@ export default ExampleDotPaginate;
5151
5252### Props
5353
54- | ** Prop** | ** Type** | ** Required(Default Value)** | ** Description** |
55- | --------------------------- | ----------------------------| ---------------------------- | --------------------------------------------------- |
56- | ` curPage ` | ` number ` | required | Pagination curernt Page |
57- | ` maxPage ` | ` number ` | required | Total Page in Pagination |
58- | ` activeDotColor ` | ` string ` | required | Active Dot Color. dot will control by opacity |
59- | ` sizeRatio ` | ` number ` | 1.0 | Customize Dot Size. minimum value is 1.0 (* recommend 1.0 ~ 2.0* ) |
60- | ` vertical ` | ` boolean ` | false | Dot direction |
54+ | ** Prop** | ** Type** | ** Required(Default Value)** | ** Description** |
55+ | --------------------| ----------------------------| ----------------------------| ----------------------------------------------------------------|
56+ | ` curPage ` | ` number ` | required | Pagination curernt Page |
57+ | ` maxPage ` | ` number ` | required | Total Page in Pagination |
58+ | ` activeDotColor ` | ` string ` | required | Active Dot Color. dot will control by opacity |
59+ | ` inactiveDotColor ` | ` string ` | undefined | InActive Dot Color. dot will control by opacity |
60+ | ` sizeRatio ` | ` number ` | 1.0 | Customize Dot Size. minimum value is 1.0 (* recommend 1.0 ~ 2.0* ) |
61+ | ` vertical ` | ` boolean ` | false | Dot direction |
6162
6263## Contributing
6364
You can’t perform that action at this time.
0 commit comments