A React UI Library
This library contains 3 packages:
@morpheus-ui/core
- Set of UI Components
@morpheus-ui/fonts
- Fonts used by Morpheus UI
@morpheus-ui/forms
- Used by Morpheus UI to add a form context to some UI components
This library contains a set of UI/UX components.
In order to make it easier to share code among packages, this project uses lerna.
Whenever code changes, it's expected that you run yarn build
from the root of the project directory, and it will kick off the necessary lerna
build processes in the package folders.
Each package contains (or will contain) a readme with further information pertaining to setup. A shortcut guide is as follows:
In the root of the project, install node dependencies:
yarn bootstrap
yarn build
yarn start