Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.55 KB

readme.md

File metadata and controls

50 lines (34 loc) · 1.55 KB

license npm npm downloads npm bundle size node types last commit This project is using Percy.io for visual regression testing.

Miare Design Language (Milingo)

The Miare Design Language is a React component library with associated assets and styles available to use, as well as any other project you may choose to use this library with.

Install Dependencies

yarn install

Building

This uses webpack to build:

yarn install
yarn dist

Live Demo!

here!

Demo (storybook)

React Storybook is an easy way to develop components with real-time feedback, run in the browser. To run Storybook, just run:

yarn start

Then go to: http://localhost:9001/

Usage

  1. Import styles file in your main application file.
import 'milingo/dist/styles.css'
  1. Enjoy!