Skip to content

Commit 0078378

Browse files
committed
chore: update readme
1 parent 15ce46d commit 0078378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ReactDom.render(
140140
| destroyInactiveTabPane | boolean | false | whether destroy inactive TabPane when change tab |
141141
| active | boolean | false | active feature of tab item |
142142
| tabKey | string | - | key linked to tab |
143-
| scrollPosition | `'start' \| 'end' \| 'center' \| 'auto'` | `'auto'` | scroll position |
143+
| scrollPosition | `'start' \| 'end' \| 'center' \| 'auto'` | `'auto'` | scroll position of tab<br>`'start'` means active tab will be at the leftmost, `'end'` means active tab will be at the rightmost, `'center'` means active tab will be at the center, `'auto'` means active tab will be visible regardless of scroll position |
144144

145145

146146
### TabPane(support in older versions)

0 commit comments

Comments
 (0)