rockorama / morpheus-ui

Morpheus UI

Home Page:https://mainframehq.github.io/morpheus-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morpheus UI

A React UI Library

Collection

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

Development Overview

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.

Getting Started

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

Run Demo

yarn start

About

Morpheus UI

https://mainframehq.github.io/morpheus-ui/

License:MIT License


Languages

Language:JavaScript 88.2%Language:CSS 11.8%