Skip to main content

Row

HTML element + styling to control layout column components and their spacing/gap.

Implementation#

import { Row } from "slipstream-ui";
const Example = () => <Row>...</Row>;

Example#

  • Container: Red
  • Row: Blue
  • Column: Yellow
Example
Container
Row
Column
Column
Column
Column
Column
Column
<Container>
<Row>
<Col></Col>
<Col></Col>
<Col></Col>
...
</Row>
</Container>