You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/divider/index.en-US.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ A divider line separates different content.
16
16
17
17
| Property | Description | Type | Default | Version |
18
18
| --- | --- | --- | --- | --- |
19
-
| dashed | whether line is dashed |Boolean| false ||
20
-
| orientation | position of title inside divider |enum: `left``right``center`|`center`||
19
+
| dashed | whether line is dashed |boolean| false ||
20
+
| orientation | position of title inside divider |`left`\|`right`\|`center`|`center`||
21
21
| orientationMargin | The margin-left/right between the title and its closest border, while the `orientation` must be `left` or `right`| string \| number | - | 3.0 |
22
22
| plain | Divider text show as plain style | boolean | true | 2.2.0 |
23
-
| type | direction type of divider |enum: `horizontal``vertical`|`horizontal`||
23
+
| type | direction type of divider |`horizontal`\|`vertical`|`horizontal`||
0 commit comments