Milingo

Miare design language

MIT License

Downloads
196
Stars
16
Committers
12

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!