webgme-react-components

0.1.2 • Public • Published

webgme-react-components

A set of reusable react components with webgme client as data source.

This is still very much Work In Progress!

Things to enhance:

  • Better documentation of each component (ideally a standard template)
  • Client mock must be smarter - ideally take an example project json and use as local backend.
  • Introduce unit tests for components

Developers

Demo page

Add a demo.jsx inside each new component directory. Make sure to include it in /demo/demoApp.jsx

npm start

Creating a Release

npm version 1.0.0 -m "Release %s"
git push origin master
git checkout v1.0.0
git push origin v1.0.0
npm publish ./

Package Sidebar

Install

npm i webgme-react-components

Weekly Downloads

3

Version

0.1.2

License

MIT

Unpacked Size

274 kB

Total Files

80

Last publish

Collaborators

  • pmeijer