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.

Article

A specialized box component for HTML article element.

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

Usage

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

<Article color="alias-tertiary">
<H1>Weather forecast for Boca Chica</H1>
<Article>
<H2>03 March 2021</H2>
<Paragraph>Perfectly sunny for a space launch.</Paragraph>
</Article>
</Article>