.
├── README.md
├── component (npm包)
│ ├── Alert
│ ├── Dialog
│ ├── FullModal
│ ├── Modal
│ ├── Popup
│ ├── Skeleton
│ └── Toast
├── package-lock.json
├── package.json
├── public (手机模拟器的页面)
│ ├── dist (打包生成静态页面)
│ ├── index.html
│ ├── index.js
│ ├── package-lock.json
│ ├── package.json
│ ├── src (调用组件, 示例页面)
│ └── webpack.config.js
├── src (UI库页面)
│ ├── App.css
│ ├── App.jsx
│ ├── components
│ ├── config (配置每个页面的markdown文件)
│ ├── global
│ ├── index.js
│ ├── package-lock.json
│ ├── package.json
│ ├── serviceWorker.js
│ └── webpack.config.js
└── yarn.lock
-
Notifications
You must be signed in to change notification settings - Fork 0
danarrr/erc-design-mobile
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published