er2_ui
v0.4.5
Published
Web components for eRAMS 2.0 apps
Downloads
31
Readme
er2_ui
er2_ui is an npm package for use with eRAMS 2.0 web apps.
What is this repository for?
er2_ui provides a suite of common React-based web components used across eRAMS 2.0 applications.
How do I get set up?
To install, follow the instructions in the er2_web project to create an er2 application.
By default, new applications will include this dependency as part of your new application. To use an older version of the library, run:
docker run -it --rm -v /path/to/my/er2/application/static/:/static erams/er2_web_build /bin/bash -c "cd /static/ && yarn add er2_ui@<version>"
Contribution guidelines
Feel free to submit a pull request for patches, bug reports, or feature requests. If committing code, please peruse the style guidelines before submitting a pull request.