Layout

Bordered Line

I am a bordered row and you can fill me with whatever you want!
1
import {BorderedLine} from '@coveord/plasma-react';
2
3
const Demo = () => (
4
<BorderedLine className="full-content-x">
5
I am a bordered row and you can fill me with whatever you want!
6
</BorderedLine>
7
);
8
export default Demo;

No guidelines exist for BorderedLine yet.

Create guidelines