Skip to content

Commit 6837a22

Browse files
committed
feat: 📝 update README.md
1 parent 56c35c4 commit 6837a22

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)