Footer
The v-footer
component is used for displaying general information that a user might want to access from any page within your site.
API
Position the element absolutely
Designates the component as part of the application layout. Used for dynamically adjusting content sizing. Components using this prop should reside outside of v-content
to function properly
Applies specified color to the control - it can be the name of material color (for example success
or purple
) or css color (#033
or rgba(255, 0, 0, 0.5)
)
Applies the dark theme variant
Position the element fixed
Sets the component height
Positions the toolbar offset from an application v-navigation-drawer
Applies the light theme variant
Examples
Company Footer
The footer component as a basic company footer with links.
Indigo Footer
The footer component with Indigo background color and social media icons and button.
Teal Footer
The footer component with a Teal color header and columns and rows of links.