Skip to content

Commit cac8be9

Browse files
committed
docs: update readme
1 parent 8981fa5 commit cac8be9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ public
1010
_site
1111
.umi
1212
.doc
13+
README.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ render(
4848
## API
4949

5050
| Property | Type | Default | Description |
51-
| ------------ | -------------------------------------------------------------- | ------------ | ---------------------------------- |
51+
| --------- | --------- | --------- | --------- |
5252
| prefixCls | string | rc-segmented | |
5353
| className | string | '' | additional class name of segmented |
5454
| style | React.CSSProperties | | style properties of segmented |
@@ -61,7 +61,7 @@ render(
6161
### SegmentedOption
6262

6363
| Property | Type | Default | Description |
64-
| --------- | --------- | ------- | ----------------------------------------- | ------------------------- |
64+
| --------- | --------- | --------- | --------- |
6565
| label | ReactNode | | label of segmented option |
6666
| value | string | number | | value of segmented option |
6767
| className | string | '' | additional class name of segmented option |

0 commit comments

Comments
 (0)