0.8.4 • Published 5 years ago

pocket-mesh-peer-material-ui v0.8.4

Weekly downloads
1
License
AGPL-3.0-or-later
Repository
-
Last release
5 years ago

Pocket Mesh Peer Material UI

version

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).