No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Header

A specialized box component for HTML header element.

usage
import { HtmlHeader as Header } from "@sharegate/orbit-ui";
sources
Github

Usage

An header component accepts all the header HTML element attributes and Orbit styled component props.

<body>
<Header>
<H1>Walking On The Moon</H1>
</Header>
<Main color="alias-tertiary">
<Paragraph>
Walking on the Moon is classic Sting moment, with his band The Police turning out one of
their most groovy reggae-inspired hits to the background of space exploration.
</Paragraph>
</Main>
</body>