0.3.35 • Published 3 years ago

@middleground/common-ui v0.3.35

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

MiddleGround Component Library

Overview

This is the component library for Middleground

How to get started

Clone the repo

Install dependencies

npm install

Run Storybook

npm run storybook

Getting started building components

There are two main parts to the application. The first is where we build the components. this is located at /src/components.
The second part the application is where we display the components we built. This application uses a tool called Storybook https://storybook.js.org/ to display components. After you run the command to start Storybook, should navigate to localhost:9009 in your browser to see a lit of the components.