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.
yarn install
This uses webpack
to build:
yarn install
yarn dist
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/
- Import styles file in your main application file.
import 'milingo/dist/styles.css'
- Enjoy!