Skip to content

Commit 6e11bef

Browse files
authored
Update README.md
1 parent 9a125e7 commit 6e11bef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99
React grid using [CSS Grid](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) and [styled-components](https://www.styled-components.com/)
1010

11+
## Install
12+
13+
```bash
14+
npm i react-gridit
15+
```
16+
17+
or
18+
19+
```bash
20+
yarn add react-gridit
21+
```
22+
1123
## Examples
1224

1325
[![Codesandbox examples](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/10p4l2m33) or checkout the [examples](https://github.com/nem035/react-gridit/tree/master/examples) React app.

0 commit comments

Comments
 (0)