modus-ui
v0.0.17
Published
![alt text](https://img.shields.io/badge/Unstable-WorkInPorgress-red 'Work in progress') [![Netlify Status](https://api.netlify.com/api/v1/badges/4f69940d-59f6-47e9-98ed-0846b75fae40/deploy-status)](https://app.netlify.com/sites/modus-ui/deploys) [![npm v
Downloads
336
Readme
modus-ui
Modus - definition 📖
"Way in which anything is done."
modus-ui
- Is a modern re-usable UI-Toolkit for React ⚛️that does not look back (at Internet Explorer).
Designed and engineered to
- Provide a clean and consistent look and feel.
- Speed up product development
Under the hood - modus-ui
uses CSS Modules to style the components and CSS Variables to drive the theming.
Get Started
To install
npm i --save modus-ui
modus-ui is open-source. Here is the link to repo https://github.com/reggiepangilinan/modus-ui
Demo
https://modus-ui.netlify.com
How to develop?
- Download or Clone the repo.
- Install all dependencies. Run
npm i
- To run the and watch for changes for UI.
npm start
- To run storybook in the project.
npm run storybook
Peer Dependencies
modus-ui
stands on the shoulders of these great packages. 🤝
- SelectField wraps - https://github.com/jedwatson/react-select
- DateTimeField parsing - https://github.com/wanasit/chrono and https://github.com/moment/moment/
License
MIT © reggiepangilinan