ant-design-vue/antdv-demo/docs/divider/index.en-US.md

10 lines
511 B
Markdown
Raw Normal View History

2021-03-12 07:48:30 +00:00
## API
### Divider
| Property | Description | Type | Default |
| ----------- | -------------------------------- | ----------------------------- | ------------ |
| dashed | whether line is dashed | Boolean | false |
| orientation | position of title inside divider | enum: `left` `right` `center` | `center` |
| type | direction type of divider | enum: `horizontal` `vertical` | `horizontal` |