@loword/loword-design-system 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +14 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,19 @@
1
- # @loword/ui-custom
1
+ # @loword/loword-design-system
2
2
 
3
- 노코드 빌더용 React 컴포넌트 패키지입니다.
3
+ loword design system React 컴포넌트 패키지입니다.
4
4
 
5
- ## 빠른 시작
5
+ ## 설치
6
+
7
+ ```bash
8
+ npm install @loword/loword-design-system
9
+ ```
10
+
11
+ ```ts
12
+ import { Button } from '@loword/loword-design-system';
13
+ import '@loword/loword-design-system/styles.css'; // 스타일 1회 import
14
+ ```
15
+
16
+ ## 빠른 시작 (개발)
6
17
 
7
18
  ```bash
8
19
  pnpm install # 의존성 설치
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loword/loword-design-system",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "로워드 디자인 시스템 컴포넌트 패키지(Tailwind v4)",
5
5
  "keywords": [
6
6
  "react",