-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from zangxd/master
chore: update README
- Loading branch information
Showing
1 changed file
with
19 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,27 @@ | ||
## About Dir | ||
- builtin: 同内置class name 相关的组件存放于此(```<div className="mul-hairline--top"></div>```) | ||
- style: css ui 规范 | ||
- other dir: components dir | ||
## **muld** | ||
|
||
## Base Todo | ||
- [x] basic ui | ||
- [ ] pages preview | ||
- [x] pages dev | ||
- [x] pages build | ||
- [ ] pages preview style | ||
- [ ] stylelint | ||
- [ ] with triones | ||
- [ ] i18n | ||
- [ ] zh & en docs | ||
- [ ] theme | ||
- [ ] unit test | ||
- [ ] SSR | ||
[](https://img.shields.io/npm/v/@trillion/muld.svg?style=flat-square) | ||
|
||
## Basic Components | ||
- [x] Built-in style 例如:border、transition... | ||
- [x] Col | ||
- [x] Row | ||
- [x] Button | ||
- [ ] Image | ||
- [ ] Popup | ||
- [ ] Cell | ||
Mobile UI Components built on Typescript and React | ||
|
||
## Form Components | ||
- [ ] Calendar | ||
- [ ] Checkbox | ||
- [ ] DatetimePicker | ||
- [ ] Field | ||
- [ ] Form | ||
- [ ] NumberKeyBoard | ||
- [ ] PasswordInput | ||
- [ ] Picker | ||
- [ ] Radio | ||
- [ ] Rate | ||
- [ ] Search | ||
- [ ] Slider | ||
- [ ] Stepper | ||
- [ ] Switch | ||
- [ ] Upload | ||
|
||
## Action Components | ||
- [ ] ActionSheet | ||
- [ ] Dialog | ||
- [ ] DropdownMenu | ||
- [ ] Loading | ||
- [ ] Notify | ||
- [ ] Overlay | ||
- [ ] PullRefresh | ||
- [ ] ShareSheet | ||
- [ ] SwipeCell | ||
- [ ] Toast | ||
## **Install** | ||
|
||
## Display Components | ||
- [ ] Circle | ||
- [ ] Collapse | ||
- [ ] CountDown | ||
- [ ] Divider | ||
- [ ] Empty | ||
- [ ] ImagePreview | ||
- [ ] Lazyload | ||
- [ ] List | ||
- [ ] NoticeBar | ||
- [ ] Progress | ||
- [ ] Skeleton | ||
- [ ] Steps | ||
- [ ] Sticky | ||
- [ ] Swipe | ||
- [ ] Tag | ||
``` | ||
yarn add @trillion/muld --save | ||
``` | ||
|
||
## **Quickstart** | ||
|
||
## Navigation Components | ||
- [ ] IndexBar | ||
- [ ] NavBar | ||
- [ ] Pagination | ||
- [ ] Sidebar | ||
- [ ] Tab | ||
- [ ] Tabbar | ||
- [ ] TreeSelect | ||
``` | ||
// Using tsx | ||
import { Button } from 'vant-react'; | ||
// Using tm | ||
<import component="Button" from="@trillion/muld" /> | ||
``` | ||
|
||
## **Components completion status** | ||
|
||
[Component Dev](https://github.com/mulcloud/muld/projects/1) | ||
|
||
## Business Components | ||
- [ ] AddressEdit | ||
- [ ] AddressList | ||
- [ ] Area | ||
- [ ] Card | ||
- [ ] Contact | ||
- [ ] Coupon | ||
- [ ] GoodsAction | ||
- [ ] SubmitBar | ||
- [ ] Sku |