0.6.0 • Published 5 years ago

lib-react-material-ui v0.6.0

Weekly downloads
57
License
-
Repository
-
Last release
5 years ago

About "Lib React Material UI"

This ia a library of components based on React and Material-UI.

Important Directories

The components can be found here... ./lib

Scripts

Build and watch for changes in the Library... npm run-script watch-library-src

Build and watch for changes in the react arcgis demo... npm run-script watch-react-arcgis-demo

How to use

manual install

  1. Copy components to your to a dir in your project
  2. Include reference to the copied library in your code ES6 Example import ArcMap from './lib/ArcMap'; ES5 Example var ArcMap = require('./lib/ArcMap');
  3. Install npm dependencies... npm i jquery material-ui react react-tap-event-plugin react-addons-pure-render-mixin jspdf

npm install

Not yet supported

How make changes to lib

npm run-script watch-library-src

More info coming...