Header
Structure for contents in a content context..
The <Header>
is a content component, like the <Body>
and <Footer>
and is used to help structure the contents of components.
It's used like the HTML <header>
tag.
The <Header>
component represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements.
For additional information please read the MDN Documentation or HMTL Living Standard Doucmentation
Usage
Import
To import the component you just have to use this code below.
import { Header } 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 <Header>
example with a headline and a text component
Preview
Code
Header!
awesome