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.

Section

A specialized box component for HTML section element.

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

Usage

A section component accepts all the section HTML element attributes and Orbit styled component props.

<body>
<H1>Blue Origin</H1>
<HtmlSection color="alias-tertiary">
<H2>Our vision</H2>
<Pararaph>
Blue Origin was founded by Jeff Bezos with the vision of enabling a future where
millions of people are living and working in space to benefit Earth.
</Pararaph>
</HtmlSection>
</body>