VFooter API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
absolute | ||
Applies position: absolute to the component. | ||
app | ||
Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page. | ||
border | ||
Designates the border-radius applied to the component. This can be xs, sm, md, lg, xl. | ||
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 | ||
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 . | ||
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. |
插槽
default |
The default Vue slot. |
SASS 变量
名称 | 默认值 |
---|---|
$footer-background | |
$footer-border | |
$footer-border-color | |
$footer-border-radius | |
$footer-border-style | |
$footer-border-thin-width | |
$footer-border-width | |
$footer-color | |
$footer-elevation | |
$footer-flex | |
$footer-font-size | |
$footer-padding | |
$footer-positions | |
$footer-rounded-border-radius | |
$footer-theme | |
$footer-transition | |