lew-ui 1.0.23 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -19
- package/dist/lew.es.ts +1041 -553
- package/dist/lew.umd.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -1
- package/dist/atom-one-dark.min.css +0 -71
- package/dist/atom-one-dark.min.css.gz +0 -0
- package/dist/confetti.browser.min.js +0 -531
- package/dist/confetti.browser.min.js.gz +0 -0
- package/dist/favicon.ico +0 -0
- package/dist/highlight.min.js +0 -8400
- package/dist/highlight.min.js.gz +0 -0
- package/dist/style.css.gz +0 -0
package/README.md
CHANGED
|
@@ -32,25 +32,19 @@ import { LewButton } from 'lew-ui';
|
|
|
32
32
|
</template>
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
##
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
+ DatePicker 日期选择器
|
|
45
|
-
|
|
46
|
-
计划迭代:
|
|
47
|
-
+ Select
|
|
48
|
-
+ 多选功能
|
|
49
|
-
+ 多级选择
|
|
35
|
+
## Todo List
|
|
36
|
+
|
|
37
|
+
- Step 步骤
|
|
38
|
+
- Upload 上传
|
|
39
|
+
- Date Picker 日期选择器
|
|
40
|
+
- Card 卡片
|
|
41
|
+
- Collapse 评论
|
|
42
|
+
- Progress 进度条
|
|
43
|
+
- Loading 加载
|
|
50
44
|
|
|
51
45
|
## Thanks
|
|
52
46
|
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
47
|
+
- https://github.com/TuSimple/naive-ui
|
|
48
|
+
- https://github.com/atomiks/tippyjs
|
|
49
|
+
- https://github.com/fancyapps/ui
|
|
50
|
+
- https://github.com/sampotts/plyr
|