@doc-blocks/row
v2.0.0
Published
Welcome to my `Row` component.
Readme
@doc-blocks/row
Welcome to my Row component.
Installation
npm i @doc-blocks/row
# or with yarn
yarn add @doc-blocks/rowUsage
Example:
import { Row } from "@doc-blocks/row";
<Row>
<div style={{ height: 60, width: "100%", background: "black" }} />
<div style={{ height: 60, width: "100%", background: "black" }} />
<div style={{ height: 60, width: "100%", background: "black" }} />
</Row>;