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
React-Flexbox-Grid can be installed as an [npm package](https://www.npmjs.com/package/react-flexbox-grid), along with its peer dependency `flexboxgrid`:
96
+
React-Flexbox-Grid can be installed as an [npm package](https://www.npmjs.com/package/react-flexbox-grid):
97
97
98
98
```
99
-
npm i -S react-flexbox-grid flexboxgrid
99
+
npm i -S react-flexbox-grid
100
100
```
101
101
102
-
It has peer dependency requirements on `classnames` and `flexboxgrid` modules, which can be installed and added to the package manifest like so:
103
-
104
-
```
105
-
npm i -S classnames flexboxgrid
106
-
```
107
-
108
-
Once you have the workflow ready, you can just require and use the components:
0 commit comments