lew-ui 2.0.9 → 2.1.2

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 lew
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 lew
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,53 +1,53 @@
1
- ![471656552467_.pic_i9uhs1_.jpeg](https://cdn.jsdelivr.net/gh/lewkamtao/PicHub-Cloud@master/PicHub/471656552467_.pic_i9uhs1_.jpeg)
2
-
3
- # Lew-UI
4
-
5
- A Component Library for Vue3.js. Doc address: https://lew.kamtao.com
6
-
7
- ## Install
8
-
9
- ```bash
10
- npm install lew-ui --save
11
- ```
12
-
13
- ## How to use
14
-
15
- 引入 css
16
-
17
- ```js
18
- // main.ts
19
- import 'lew-ui/style';
20
- ```
21
-
22
- 页面
23
-
24
- ```vue
25
- <script setup lang="ts">
26
- import { LewButton } from 'lew-ui';
27
- </script>
28
-
29
- <template>
30
- <lew-button text="发送" />
31
- </template>
32
- ```
33
-
34
- ## Todo List
35
-
36
- - Step 步骤
37
- - Upload 上传
38
- - Card 卡片
39
- - Progress 进度条
40
- - Loading 加载
41
-
42
- ## Thanks
43
-
44
- - https://github.com/atomiks/tippyjs
45
- - https://fengyuanchen.github.io/vue-feather/
46
-
47
- ## License
48
-
49
- Lew UI is open source software licensed as MIT.
50
-
51
- ## Demo
52
-
53
- ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6221709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6231709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6241709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6251709887502_.pic.jpg)
1
+ ![471656552467_.pic_i9uhs1_.jpeg](https://cdn.jsdelivr.net/gh/lewkamtao/PicHub-Cloud@master/PicHub/471656552467_.pic_i9uhs1_.jpeg)
2
+
3
+ # Lew-UI
4
+
5
+ A Component Library for Vue3.js. Doc address: https://lew.kamtao.com
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install lew-ui --save
11
+ ```
12
+
13
+ ## How to use
14
+
15
+ 引入 css
16
+
17
+ ```js
18
+ // main.ts
19
+ import 'lew-ui/style';
20
+ ```
21
+
22
+ 页面
23
+
24
+ ```vue
25
+ <script setup lang="ts">
26
+ import { LewButton } from 'lew-ui';
27
+ </script>
28
+
29
+ <template>
30
+ <lew-button text="发送" />
31
+ </template>
32
+ ```
33
+
34
+ ## Todo List
35
+
36
+ - Step 步骤
37
+ - Upload 上传
38
+ - Card 卡片
39
+ - Progress 进度条
40
+ - Loading 加载
41
+
42
+ ## Thanks
43
+
44
+ - https://github.com/atomiks/tippyjs
45
+ - https://fengyuanchen.github.io/vue-feather/
46
+
47
+ ## License
48
+
49
+ Lew UI is open source software licensed as MIT.
50
+
51
+ ## Demo
52
+
53
+ ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6221709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6231709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6241709887502_.pic.jpg) ![这里有图](https://github.com/lewkamtao/lew-ui/blob/dev/images/6251709887502_.pic.jpg)