react-grid-overlay

Design your React apps to pixel perfection

Usage no npm install needed!

<script type="module">
  import reactGridOverlay from 'https://cdn.skypack.dev/react-grid-overlay';
</script>

README

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