@jimengio/mescal-ui
v0.1.13
Published
> Gathered UI components on mobile app in jimengio.
Downloads
53
Readme
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 componentsexample/
for develop UI
when add a new component, add in src/
and provide a demo in example pages.
Workflow
https://github.com/jimengio/ts-workflow