react-grid-overlay
v1.0.3
Published
Design your React apps to pixel perfection
Downloads
19
Maintainers
Readme
react-grid-overlay
Installation
Via NPM or Yarn:
npm install react-grid-overlay
yarn add react-grid-overlay
Usage
Using NPM
1 . Import react-grid-overlay
after installation:
import GridOverlay from 'react-grid-overlay'
2 . Add the component to your app root:
<App>
<GridOverlay />
</App>
Example / Local development
This package ships with a basic example served with webpack-dev-server
. This can be used to test changes during development:
npm run dev
License
MIT - see license.md
for full details.