Footer
Footers provide a footer section for a document.
Examples
import React from 'react';
import ReactDOM from 'react-dom';
import { Footer, Paragraph } from 'furl-components';
ReactDOM.render(
<Footer>
<Paragraph>Some website © 2019</Paragraph>
</Footer>,
document.getElementById('root')
);
API
Property | Description | Type | Default | ||
---|---|---|---|---|---|