0.8.4 • Published 7 years ago
pocket-mesh-peer-material-ui v0.8.4
Pocket Mesh Peer Material UI
This library contains pre-built ReasonReact GUI components for common tasks such as groups management, rendering a list of friends, setting permissions and other functionality implemented in the peer library.
Installation
Add the package into your project using
npm install pocket-mesh-peer-material-uiand add a corresponding item to the bsconfig.json:
"bs-dependencies": ["pocket-mesh-peer-material-ui"],Usage
Getting Started Reference Guide Demo project
Run Project
npm install
npm start
# in another tab
npm run webpackAfter you see the webpack compilation succeed (the npm run webpack step), open up examples/TypicalUsage.html (no server needed).