VDivider API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
color | ||
Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page . | ||
inset | ||
Adds indentation (72px) for normal dividers, reduces max height for vertical. | ||
length | ||
Sets the dividers length. Default unit is px. | ||
opacity | ||
Sets the component’s opacity value | ||
theme | ||
Specify a theme for this component and all of its children. | ||
thickness | ||
Sets the dividers thickness. Default unit is px. | ||
vertical | ||
Displays dividers vertically. |
插槽
default |
The default Vue slot. |
SASS 变量
名称 | 默认值 |
---|---|
$divider-border | |
$divider-border-color | |
$divider-border-style | |
$divider-border-width | |
$divider-content-padding | |
$divider-content-vertical-padding | |
$divider-flex | |
$divider-inset-margin | |
$divider-inset-max-width | |
$divider-margin | |
$divider-opacity | |
$divider-vertical-border-width | |
$divider-vertical-inset-margin-bottom | |
$divider-vertical-inset-margin-top | |
$divider-vertical-inset-max-height | |
$divider-vertical-margin-left | |