You are viewing the legacy documentation of Plasma featuring the components from the
@coveord/plasma-react
and @coveord/plasma-style
packages. Those packages are deprecated and replaced by the @coveord/plasma-mantine
package. Layout
Bordered Line
I am a bordered row and you can fill me with whatever you want!
1import {BorderedLine} from '@coveord/plasma-react';23const Demo = () => (4<BorderedLine className="full-content-x">5I am a bordered row and you can fill me with whatever you want!6</BorderedLine>7);8export default Demo;
No guidelines exist for BorderedLine yet.