You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@
8
8
9
9
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/)
10
10
11
+
## Install
12
+
13
+
```bash
14
+
npm i react-gridit
15
+
```
16
+
17
+
or
18
+
19
+
```bash
20
+
yarn add react-gridit
21
+
```
22
+
11
23
## Examples
12
24
13
25
[](https://codesandbox.io/s/10p4l2m33) or checkout the [examples](https://github.com/nem035/react-gridit/tree/master/examples) React app.
0 commit comments