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.

Main

A specialized box component for HTML main element.

usage
import { Main } from "@sharegate/orbit-ui";
sources
Github

Usage

A main component accepts all the main 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>