pocket-mesh-peer-material-ui
v0.8.4
Published
Framework for creating collaborative P2P webapps - Set of UI components
Downloads
7
Readme
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-ui
and 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 webpack
After you see the webpack compilation succeed (the npm run webpack
step), open up examples/TypicalUsage.html
(no server needed).