1.0.3 • Published 4 years ago

react-grid-overlay v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-grid-overlay

Installation

NPM

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.

Maintainers

Kos Grillis