react-grid-overlay
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i react-grid-overlay

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

34.6 kB

Total Files

17

Last publish

Collaborators

  • kgrillis