Divider
Dividers separate different content.
Examples
This is some content This is some other content
This is some entirely different content.
import React from 'react';
import ReactDOM from 'react-dom';
import { Divider, Paragraph } from 'furl-components';
ReactDOM.render(
<>
<Paragraph>This is some content <Divider vertical /> This is some other content</Paragraph>
<Divider />
<Paragraph>This is some entirely different content.</Paragraph>
</>
<Something></Something>,
document.getElementById('root')
);
API
Property | Description | Type | Default | ||
---|---|---|---|---|---|
vertical | divider alignment | boolean | false |