Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 936 Bytes

React JSON Schema Form - Blueprintjs theme

About The Project

Exports blueprintjs theme, fields and widgets for react-jsonschema-form.

Built With

How to install

This package is distributed through the GitHub Packages registry.

  • Create a personal GITHUB_TOKEN and export it in the environment depending on the shell .profile, .bashrc, .bash_profile

  • Setup the global $HOME/.npmrc to contain:

    //npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
  • Then you can install the package: $ npm i -S @keemotion/rjsf-blueprintjs

GitHub help.