@sunggang/ui-lib 0.1.11 → 0.1.12
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 +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
This library was generated with [Nx](https://nx.dev).
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 專案介紹
|
|
6
|
+
`@sunggang/ui-lib`是react元件庫,目前css或css框架使用了tailwind、shadcn UI。
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## 安裝
|
|
10
|
+
```
|
|
11
|
+
npm i @sunggang/ui-lib
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## 元件使用方式
|
|
15
|
+
```
|
|
16
|
+
import { Switch, CkEditor } from '@sunggang/ui-lib';
|
|
17
|
+
```
|
|
18
|
+
|
|
6
19
|
|
|
7
|
-
Run `nx test uiLibrary` to execute the unit tests via [Jest](https://jestjs.io).
|