Row
import { Row } from 'components/lib';
function MyComponent({ ...props }){
return (
<div>
<Row width='md'>
<div>Element 1</div>
<div>Element 2</div>
</Row>
</div>
);
}Props
Prop
Description
Required
Value
Notes
Last updated