Footer
The Footer component is used for displaying general information that a user might want to access from any page within your site.
info
Props
| Name | Description | Type | Default | 
|---|---|---|---|
| absolute | Applies position: absolute to the component. | boolean | false | 
| class | Allows custom properties to take effect. | string | undefined | 
| fixed | Applies position: fixed to the component. | boolean | false | 
| inset | Positions the toolbar offset from an application NavigationDrawer. | boolean | false | 
| padless | Remove all padding from the footer. | boolean | false | 
| tag | Specify a custom tag used on the root element. | string | 'Footer' | 
| visible | Visibility of Footer component. | boolean | true |