Mescal UI
Gathered UI components on mobile app in jimengio.
Usage
npm install @jimengio/mescal-ui
import "antd-mobile/dist/antd-mobile.css";
Also you are supposed to have styles for the components:
body * {
box-sizing: border-box;
flex-shrink: 0;
}
Develop
Folders:
-
src/
for components -
example/
for develop UI
when add a new component, add in src/
and provide a demo in example pages.