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.

Footer

A specialized box component for HTML footer element.

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

Usage

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

<HtmlArticle>
<H1>What does an aerospace engineer do?</H1>
<UL>
<LI>Research and development</LI>
<LI>Testing</LI>
<LI>Production and maintenance</LI>
</UL>
<HtmlFooter color="alias-tertiary">
<Paragraph>© 2021 Orbit</Paragraph>
</HtmlFooter>
</HtmlArticle>