Package Exports
- eddystone-react-material
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eddystone-react-material) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eddystone-react-material
A react material-ui component to list, add, edit eddystone devices
To demo install dependencies with npm i
then, as ble isnt available in browsers yet, start a websocket server with npm run ws
Next start the webserver with npm start
and load http://127.0.0.1:9999/ in your browser.
To rebuild local changes npm run dist
Know issues:
- react is a peer dependency of material-ui meaning you have to bring it in in your project
- material-ui needs the the http://material-ui.com/#/get-started/installation
- bleno/eddystone-beacon only currently support one active advertising instance at a time