0.6.0 • Published 6 years ago
lib-react-material-ui v0.6.0
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
- Copy components to your to a dir in your project
- Include reference to the copied library in your code ES6 Example import ArcMap from './lib/ArcMap'; ES5 Example var ArcMap = require('./lib/ArcMap');
- 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...