Footer
Structure for contents in a content context..
The <Footer>
is a content component, like the <Header>
and <Body>
and is used to help structure the contents of components.
It's used like the HTML <footer>
tag.
The <Footer>
typically contains information about the author of the section, copyright data or links to related documents.
For additional information please read the MDN Documentation or HMTL Living Standard Doucmentation
Import
import { Footer } from '@marigold/components';
Apperance
Property | Type | Description |
---|---|---|
variant | - | The available variants of this component. |
size | - | The available sizes of this component. |
Props
Sorry! There are currently no props available.
Examples
Simple Copyright Example
Simple <Footer>
example with a copyright notice.
Preview
Code
Footer with Links
The examples shows the <Footer>
with a list of links inside.
Preview
Code