VSystemBar API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
absolute | ||
Applies position: absolute to the component. | ||
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 . | ||
elevation | ||
Designates an elevation applied to the component between 0 and 24. You can find more information on the elevation page . | ||
height | ||
Sets the height for the component. | ||
name | ||
Assign a specific name for layout registration. | ||
order | ||
Adjust the order of the component in relation to its registration order. | ||
rounded | ||
Designates the border-radius applied to the component. This can be 0, xs, sm, true, lg, xl, pill, circle, and shaped. Find more information on available border radius classes on the Border Radius page . | ||
tag | ||
Specify a custom tag used on the root element. | ||
theme | ||
Specify a theme for this component and all of its children. | ||
tile | ||
Removes any applied border-radius from the component. | ||
window | ||
Increases the system bar height to 32px (24px default). |
插槽
default |
The default Vue slot. |
SASS 变量
名称 | 默认值 |
---|---|
$system-bar-background | |
$system-bar-border-radius | |
$system-bar-color | |
$system-bar-elevation | |
$system-bar-flex | |
$system-bar-font-size | |
$system-bar-font-weight | |
$system-bar-height | |
$system-bar-icon-opacity | |
$system-bar-justify-content | |
$system-bar-letter-spacing | |
$system-bar-lights-out-background | |
$system-bar-line-height | |
$system-bar-padding | |
$system-bar-padding-x | |
$system-bar-positions | |
$system-bar-text-align | |
$system-bar-text-transform | |
$system-bar-theme | |
$system-bar-typography | |
$system-bar-window-height | |