UI Library from Mainframe
npm install @morpheus-ui/core-gatsbyReact components that implement Mainframe Designs.


Morpheus-UI is available as an npm package.
You'll need to install @morpheus-ui/fonts and react-native-web as dependencies
``sh
// with npm
npm install react-native-web @morpheus-ui/fonts @morpheus-ui/core
// with yarn
yarn add react-native-web @morpheus-ui/fonts @morpheus-ui/core
`
Here is a quick example to get you started, it's all you need:
`jsx
import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@morpheus-ui/core'
//Import the fonts in your root component
import '@morpheus-ui/fonts'
function App() {
return
}
ReactDOM.render(
``
This project is licensed under the terms of the
MIT license.