Documentation - Divider Component

This commit is contained in:
Aaron Cawte 2019-04-19 19:37:12 +01:00
parent 8686e52804
commit 8557cb47d2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ title:
## en-US
Divider default type is `horizontal`. Support inner text inside Divider.
Divider is `horizontal` by default. You can add text within Divider.
````jsx
import { Divider } from 'antd';

View File

@ -11,7 +11,7 @@ title:
## en-US
Set orientation of divider to left or right.
Set `orientation="left/right"` to align the inner text.
````jsx
import { Divider } from 'antd';