@lotte-innovate/ui-component-test 0.0.37 → 0.0.41

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 (254) hide show
  1. package/README.md +133 -163
  2. package/dist/globals.css +4 -0
  3. package/dist/lib/Typography/Header/index.d.ts +2 -2
  4. package/dist/lib/Typography/Text/index.d.ts +1 -1
  5. package/dist/lib/color/constants.d.ts +9 -0
  6. package/dist/lib/components/Accordion/index.d.ts +10 -4
  7. package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
  8. package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
  9. package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
  10. package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
  11. package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
  12. package/dist/lib/components/AlertDialog/index.d.ts +10 -19
  13. package/dist/lib/components/Avatar/index.d.ts +5 -1
  14. package/dist/lib/components/Badge/index.d.ts +2 -2
  15. package/dist/lib/components/BarChart/index.d.ts +37 -0
  16. package/dist/lib/components/BubbleChart/index.d.ts +15 -19
  17. package/dist/lib/components/Button/index.d.ts +2 -2
  18. package/dist/lib/components/Callout/CalloutIcon.d.ts +2 -1
  19. package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
  20. package/dist/lib/components/Callout/index.d.ts +6 -19
  21. package/dist/lib/components/Card/index.d.ts +2 -2
  22. package/dist/lib/components/Checkbox/index.d.ts +1 -1
  23. package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
  24. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
  25. package/dist/lib/components/CheckboxGroup/index.d.ts +5 -16
  26. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +1 -1
  27. package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
  28. package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +1 -1
  29. package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
  30. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
  31. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +1 -1
  32. package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
  33. package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
  34. package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +1 -1
  35. package/dist/lib/components/ContextMenu/index.d.ts +16 -24
  36. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  37. package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
  38. package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
  39. package/dist/lib/components/DataList/index.d.ts +7 -16
  40. package/dist/lib/components/Dialog/DialogAction.d.ts +1 -3
  41. package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
  42. package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
  43. package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
  44. package/dist/lib/components/Dialog/index.d.ts +14 -17
  45. package/dist/lib/components/DoughnutChart/index.d.ts +12 -14
  46. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -5
  47. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
  48. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +1 -1
  49. package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
  50. package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +3 -1
  51. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
  52. package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -1
  53. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -2
  54. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
  55. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -2
  56. package/dist/lib/components/DropdownMenu/index.d.ts +19 -22
  57. package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
  58. package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
  59. package/dist/lib/components/HoverCard/index.d.ts +9 -9
  60. package/dist/lib/components/IconButton/index.d.ts +1 -1
  61. package/dist/lib/components/Inset/index.d.ts +1 -1
  62. package/dist/lib/components/Label/index.d.ts +1 -1
  63. package/dist/lib/components/LineChart/index.d.ts +43 -0
  64. package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
  65. package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
  66. package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
  67. package/dist/lib/components/Menubar/MenubarMenu.d.ts +4 -1
  68. package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
  69. package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
  70. package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
  71. package/dist/lib/components/Menubar/index.d.ts +18 -30
  72. package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
  73. package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
  74. package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
  75. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
  76. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
  77. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
  78. package/dist/lib/components/NavigationMenu/index.d.ts +11 -20
  79. package/dist/lib/components/PieChart/index.d.ts +12 -14
  80. package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
  81. package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
  82. package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
  83. package/dist/lib/components/Popover/index.d.ts +10 -11
  84. package/dist/lib/components/Progress/index.d.ts +2 -5
  85. package/dist/lib/components/RadarChart/index.d.ts +19 -22
  86. package/dist/lib/components/Radio/index.d.ts +0 -1
  87. package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
  88. package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
  89. package/dist/lib/components/RadioCards/index.d.ts +5 -13
  90. package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
  91. package/dist/lib/components/RadioGroup/index.d.ts +5 -15
  92. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
  93. package/dist/lib/components/SegmentedControl/index.d.ts +5 -14
  94. package/dist/lib/components/Select/index.d.ts +17 -8
  95. package/dist/lib/components/Skeleton/index.d.ts +1 -2
  96. package/dist/lib/components/Slider/index.d.ts +1 -2
  97. package/dist/lib/components/TabNav/index.d.ts +6 -2
  98. package/dist/lib/components/Table/index.d.ts +17 -8
  99. package/dist/lib/components/Tabs/index.d.ts +11 -5
  100. package/dist/lib/components/TextArea/index.d.ts +1 -1
  101. package/dist/lib/components/TextField/index.d.ts +7 -4
  102. package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
  103. package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
  104. package/dist/lib/components/Toast/index.d.ts +7 -29
  105. package/dist/lib/components/Toggle/ToggleWithText.d.ts +2 -2
  106. package/dist/lib/components/Toggle/index.d.ts +1 -1
  107. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
  108. package/dist/lib/components/ToggleGroup/index.d.ts +5 -19
  109. package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
  110. package/dist/lib/components/Tooltip/index.d.ts +4 -5
  111. package/dist/lib/components/index.d.ts +4 -0
  112. package/dist/lib/constants.d.ts +470 -0
  113. package/dist/lib/types.d.ts +70 -0
  114. package/dist/lib/utils/useDarkMode.d.ts +1 -0
  115. package/dist/lib/utils/utils.d.ts +0 -1
  116. package/package.json +137 -125
  117. package/dist/lib/Typography/Header/index.jsx +0 -58
  118. package/dist/lib/Typography/Text/index.jsx +0 -47
  119. package/dist/lib/Typography/index.js +0 -2
  120. package/dist/lib/color/alpha.js +0 -784
  121. package/dist/lib/color/constants.js +0 -200
  122. package/dist/lib/color/dark.js +0 -392
  123. package/dist/lib/color/krdsColors.js +0 -309
  124. package/dist/lib/color/light.js +0 -393
  125. package/dist/lib/components/Accordion/index.jsx +0 -70
  126. package/dist/lib/components/AlertDialog/AlertDialogAction.jsx +0 -60
  127. package/dist/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -57
  128. package/dist/lib/components/AlertDialog/AlertDialogContent.jsx +0 -53
  129. package/dist/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -35
  130. package/dist/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -35
  131. package/dist/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -56
  132. package/dist/lib/components/AlertDialog/index.jsx +0 -27
  133. package/dist/lib/components/AspectRatio/index.jsx +0 -43
  134. package/dist/lib/components/Avatar/index.jsx +0 -61
  135. package/dist/lib/components/Badge/index.jsx +0 -55
  136. package/dist/lib/components/BubbleChart/index.jsx +0 -43
  137. package/dist/lib/components/Button/index.jsx +0 -57
  138. package/dist/lib/components/Callout/CalloutIcon.jsx +0 -62
  139. package/dist/lib/components/Callout/CalloutText.jsx +0 -42
  140. package/dist/lib/components/Callout/index.jsx +0 -78
  141. package/dist/lib/components/Card/index.jsx +0 -65
  142. package/dist/lib/components/Checkbox/index.jsx +0 -97
  143. package/dist/lib/components/CheckboxCard/index.jsx +0 -60
  144. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -25
  145. package/dist/lib/components/CheckboxGroup/index.jsx +0 -38
  146. package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -33
  147. package/dist/lib/components/ContextMenu/ContextMenuContent.jsx +0 -59
  148. package/dist/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -20
  149. package/dist/lib/components/ContextMenu/ContextMenuItem.jsx +0 -61
  150. package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -51
  151. package/dist/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -49
  152. package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -23
  153. package/dist/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -34
  154. package/dist/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -21
  155. package/dist/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -56
  156. package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -35
  157. package/dist/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -21
  158. package/dist/lib/components/ContextMenu/index.jsx +0 -46
  159. package/dist/lib/components/DataList/DataListItem.jsx +0 -44
  160. package/dist/lib/components/DataList/DataListLabel.jsx +0 -50
  161. package/dist/lib/components/DataList/DataListValue.jsx +0 -52
  162. package/dist/lib/components/DataList/index.jsx +0 -49
  163. package/dist/lib/components/Dialog/DialogAction.jsx +0 -47
  164. package/dist/lib/components/Dialog/DialogCancel.jsx +0 -43
  165. package/dist/lib/components/Dialog/DialogContent.jsx +0 -56
  166. package/dist/lib/components/Dialog/DialogDescription.jsx +0 -35
  167. package/dist/lib/components/Dialog/DialogSlot.jsx +0 -34
  168. package/dist/lib/components/Dialog/DialogTitle.jsx +0 -35
  169. package/dist/lib/components/Dialog/DialogTrigger.jsx +0 -20
  170. package/dist/lib/components/Dialog/index.jsx +0 -28
  171. package/dist/lib/components/DoughnutChart/index.jsx +0 -46
  172. package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -23
  173. package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -61
  174. package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -31
  175. package/dist/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -57
  176. package/dist/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -58
  177. package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -47
  178. package/dist/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -47
  179. package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -32
  180. package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -19
  181. package/dist/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -18
  182. package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -31
  183. package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -41
  184. package/dist/lib/components/DropdownMenu/index.jsx +0 -31
  185. package/dist/lib/components/HoverCard/HoverCardContent.jsx +0 -60
  186. package/dist/lib/components/HoverCard/HoverCardTrigger.jsx +0 -20
  187. package/dist/lib/components/HoverCard/index.jsx +0 -23
  188. package/dist/lib/components/IconButton/index.jsx +0 -64
  189. package/dist/lib/components/Inset/index.jsx +0 -53
  190. package/dist/lib/components/Label/index.jsx +0 -54
  191. package/dist/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -31
  192. package/dist/lib/components/Menubar/MenubarContent.jsx +0 -63
  193. package/dist/lib/components/Menubar/MenubarItem.jsx +0 -56
  194. package/dist/lib/components/Menubar/MenubarItemIndicator.jsx +0 -50
  195. package/dist/lib/components/Menubar/MenubarMenu.jsx +0 -18
  196. package/dist/lib/components/Menubar/MenubarRadioGroup.jsx +0 -23
  197. package/dist/lib/components/Menubar/MenubarRadioItem.jsx +0 -33
  198. package/dist/lib/components/Menubar/MenubarSeparator.jsx +0 -21
  199. package/dist/lib/components/Menubar/MenubarSub.jsx +0 -18
  200. package/dist/lib/components/Menubar/MenubarSubContent.jsx +0 -52
  201. package/dist/lib/components/Menubar/MenubarSubTrigger.jsx +0 -34
  202. package/dist/lib/components/Menubar/MenubarTrigger.jsx +0 -58
  203. package/dist/lib/components/Menubar/index.jsx +0 -76
  204. package/dist/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -49
  205. package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
  206. package/dist/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -20
  207. package/dist/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -52
  208. package/dist/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -49
  209. package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -60
  210. package/dist/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -54
  211. package/dist/lib/components/NavigationMenu/index.jsx +0 -42
  212. package/dist/lib/components/PieChart/index.jsx +0 -46
  213. package/dist/lib/components/Popover/PopoverClose.jsx +0 -36
  214. package/dist/lib/components/Popover/PopoverContent.jsx +0 -64
  215. package/dist/lib/components/Popover/PopoverTrigger.jsx +0 -20
  216. package/dist/lib/components/Popover/index.jsx +0 -24
  217. package/dist/lib/components/Progress/index.jsx +0 -58
  218. package/dist/lib/components/RadarChart/index.jsx +0 -43
  219. package/dist/lib/components/Radio/index.jsx +0 -46
  220. package/dist/lib/components/RadioCards/RadioCardsItem.jsx +0 -42
  221. package/dist/lib/components/RadioCards/index.jsx +0 -46
  222. package/dist/lib/components/RadioGroup/RadioGroupItem.jsx +0 -34
  223. package/dist/lib/components/RadioGroup/index.jsx +0 -43
  224. package/dist/lib/components/ScrollArea/index.jsx +0 -28
  225. package/dist/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -25
  226. package/dist/lib/components/SegmentedControl/index.jsx +0 -51
  227. package/dist/lib/components/Select/index.jsx +0 -100
  228. package/dist/lib/components/Separator/index.jsx +0 -50
  229. package/dist/lib/components/Skeleton/index.jsx +0 -46
  230. package/dist/lib/components/Slider/index.jsx +0 -51
  231. package/dist/lib/components/Spinner/index.jsx +0 -50
  232. package/dist/lib/components/TabNav/index.jsx +0 -40
  233. package/dist/lib/components/Table/index.jsx +0 -104
  234. package/dist/lib/components/Tabs/index.jsx +0 -68
  235. package/dist/lib/components/TextArea/index.jsx +0 -59
  236. package/dist/lib/components/TextField/index.jsx +0 -58
  237. package/dist/lib/components/Toast/ToastActionButton.jsx +0 -68
  238. package/dist/lib/components/Toast/ToastDescription.jsx +0 -45
  239. package/dist/lib/components/Toast/ToastTitle.jsx +0 -43
  240. package/dist/lib/components/Toast/index.jsx +0 -100
  241. package/dist/lib/components/Toggle/ToggleWithText.jsx +0 -59
  242. package/dist/lib/components/Toggle/index.jsx +0 -59
  243. package/dist/lib/components/ToggleGroup/index.jsx +0 -46
  244. package/dist/lib/components/ToggleGroup/toggleGroupItem.jsx +0 -42
  245. package/dist/lib/components/ToggleSwitch/index.jsx +0 -75
  246. package/dist/lib/components/Tooltip/index.jsx +0 -58
  247. package/dist/lib/components/index.js +0 -48
  248. package/dist/lib/constants.js +0 -569
  249. package/dist/lib/index.js +0 -2
  250. package/dist/lib/types.js +0 -1
  251. package/dist/lib/utils/utils.js +0 -27
  252. package/dist/styles.css +0 -27469
  253. package/dist/tailwind.config.js +0 -144
  254. /package/dist/lib/components/ToggleGroup/{toggleGroupItem.d.ts → ToggleGroupItem.d.ts} +0 -0
package/README.md CHANGED
@@ -1,163 +1,133 @@
1
- # radix-ui 라이브러리 활용 Storybook UI Component 만들기
2
-
3
- <br />
4
-
5
- ## 사전 설치 라이브러리
6
-
7
- - radix-ui
8
- - 주요 컴포넌트 사용 시 활용할 Headless UI 라이브러리
9
-
10
- ```shell
11
- npm install @radix-ui/react-popover@latest -E
12
- ```
13
-
14
- - storybook
15
- - 컴포넌트 관리를 위해 사용
16
-
17
- ```shell
18
- npx sb init
19
- npx storybook@latest add @storybook/addon-styling-webpack
20
- ```
21
-
22
- - clsx
23
- - 조건부 className 작성을 위해 사용
24
-
25
- ```shell
26
- npm i clsx
27
- ```
28
-
29
- - tailwind-merge
30
- - 스타일 충돌 없이 자바스크립트에서 tailwind CSS 클래스를 효율적으로 병합하는 기능을 가진 라이브러리
31
-
32
- ```shell
33
- npm i tailwind-merge
34
- ```
35
-
36
- - class-variance-authority (CVA)
37
- - 일관성 있는 UI를 정의하고 사용할 수 있도록 도와주는 툴로써 shadcn/ui 컴포넌트의 핵심 도구
38
-
39
- ```shell
40
- npm i class-variance-authority
41
- ```
42
-
43
- <br />
44
-
45
- ## 실행
46
-
47
- - 스토리북 실행
48
-
49
- ```shell
50
- npm run storybook
51
- ```
52
-
53
- > 접속주소(포트 6006 사용 시): `http://localhost:6006`
54
-
55
- - 웹페이지 실행
56
-
57
- ```shell
58
- npm run dev
59
- ```
60
-
61
- > 접속주소(포트 3000 사용 시): `http://localhost:3000`
62
-
63
- ## package publish
64
-
65
- - 타입스크립트 컴파일
66
-
67
- ```shell
68
- npm run publish:npm
69
- ```
70
-
71
- - npm package 배포 시
72
-
73
- - npm 로그인
74
-
75
- ```shell
76
- npm login
77
- ```
78
-
79
- - package.json 버전 수정 후 컴파일 진행
80
-
81
- ```shell
82
- npm run publish:npm
83
- ```
84
-
85
- - 패키지 배포
86
-
87
- ```shell
88
- npm publish
89
- ```
90
-
91
- - npm scope 배포
92
- - npm 로그인 후, 조직 생성 시 @계정명 으로 scope 생성
93
- scope로 생성된 패키지는 npm publish 시, 아래 옵션 추가
94
-
95
- ```shell
96
- npm publish --access=public
97
- ```
98
-
99
-
100
- - npm package 미배포시
101
-
102
- - package.json 버전 수정 후 컴파일 진행
103
-
104
- ```shell
105
- npm run publish:npm
106
- ```
107
-
108
- - dist/ 파일 설정파일 추출 후 전달
109
-
110
- ## 사용자 이용 방법
111
-
112
- ### npm 배포 시
113
-
114
- - npm package 설치
115
-
116
- ```sh
117
- npm install <package_name>
118
- ```
119
-
120
- ### npm 미배포시
121
-
122
- - 전달 받은 package 모듈 파일을 node_modules/ 폴더에 추가
123
-
124
- ### tailwind 설정 방법
125
-
126
- - tailwind config 파일 설정
127
-
128
- ```js
129
- // tailwind.config.ts
130
- import type { Config } from 'tailwindcss';
131
- // UI 라이브러리 tailwind config 파일 호출
132
- // >>>>>>>> 추가
133
- const packageTailwindConfig = require('ui-component-test/tailwind.config.js');
134
- // >>>>>>>>
135
-
136
- const config: Config = {
137
- content: [
138
- './src/pages/**/*.{js,ts,jsx,tsx,mdx,zip}',
139
- './src/components/**/*.{js,ts,jsx,tsx,mdx,zip}',
140
- './src/app/**/*.{js,ts,jsx,tsx,mdx,zip}',
141
- // 해당 프로젝트 css 표준 컴포넌트에 적용 가능
142
- // >>>>>>>> 추가
143
- './node_modules/ui-component-test/**/*.{js,ts,jsx,tsx,mdx,zip}',
144
- // >>>>>>>>
145
- ],
146
- theme: {
147
- extend: {
148
- backgroundImage: {
149
- 'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',
150
- 'gradient-conic': 'conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))',
151
- },
152
- colors: {},
153
- // UI 라이브러리 tailwind config 파일 적용
154
- // >>>>>>>> 추가
155
- ...packageTailwindConfig?.theme?.extend,
156
- // >>>>>>>>
157
- },
158
- },
159
- plugins: [],
160
- };
161
- export default config;
162
-
163
- ```
1
+ # LOTTE UI COMPONENT LIBRARY
2
+
3
+ <br />
4
+
5
+ ## 목차
6
+
7
+ - [Introduction](#introduction)
8
+ - [Installation](#installation)
9
+ - [Setup](#setup)
10
+ - [Usage](#usage)
11
+ - [Components](#components)
12
+ - [License](#license)
13
+
14
+ ## Introduction
15
+
16
+ 모든 L-UI 구성 요소를 내보내는 단일 패키지입니다.
17
+
18
+ 일관되고 통일된 컴포넌트를 제공하며 사용자 정의 및 재사용 가능합니다.
19
+
20
+ 이 라이브러리는 React로 구축된 프로젝트를 지원합니다.
21
+
22
+ ## Installation
23
+
24
+ 패키지를 설치하기 위해 아래 명령어를 사용합니다.
25
+
26
+ ```bash
27
+ npm i @lotte-innovate/lui
28
+ ```
29
+
30
+ ```bash
31
+ yarn add @lotte-innovate/lui
32
+ ```
33
+
34
+ ## Setup
35
+
36
+ 패키지를 설치한 후 css 스타일을 프로젝트로 가져옵니다.
37
+
38
+ 프로젝트 App 진입 파일에 다음 줄을 추가해줍니다.
39
+
40
+ ```
41
+ import '@lotte-innovate/lui/dist/globals.css';
42
+ ```
43
+
44
+ ## Usage
45
+
46
+ React 프로젝트에서 컴포넌트를 사용하는 방법에 대한 예시입니다.
47
+
48
+ ```javascript
49
+ import React from 'react';
50
+ import { Button } from '@lotte-innovate/lui';
51
+
52
+ const App = () => {
53
+ return (
54
+ <div>
55
+ <Button onClick={() => alert('Button clicked!')}>Click Me</Button>
56
+ </div>
57
+ );
58
+ };
59
+
60
+ export default App;
61
+ ```
62
+
63
+ 컴포넌트에서 아이콘을 사용하려면, 다음과 같은 방법으로 아이콘을 가져올 수 있습니다.
64
+
65
+ ```javascript
66
+ import React from 'react';
67
+ import { IconButton } from '@lotte-innovate/lui';
68
+ import { MagnifyingGlassIcon } from '@radix-ui/react-icons';
69
+
70
+ const App = () => {
71
+ return (
72
+ <div>
73
+ <IconButton>
74
+ <MagnifyingGlassIcon />
75
+ </IconButton>
76
+ </div>
77
+ );
78
+ };
79
+
80
+ export default App;
81
+ ```
82
+
83
+ ## Components
84
+
85
+ <br />
86
+
87
+ <details>
88
+ <summary>컴포넌트 목록</summary>
89
+
90
+ | 구분 | 종류 |
91
+ | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
92
+ | Typography 컴포넌트 | Text, Header |
93
+ | 기본 컴포넌트 | Avatar, Badge, Button, Icon Button, Label |
94
+ | 입력 컴포넌트 | Checkbox, Checkbox Group, Checkbox Cards, Radio, Radio Group, Radio Cards, Select, Slider, Switch, Text Area, Text Field, Toggle, Toggle Group |
95
+ | 네비게이션 컴포넌트 | Menubar, Navigation Menu, Tabs, Tab Nav |
96
+ | 레이아웃 컴포넌트 | Aspeact Ratio, Card, Inset, Scroll Area, Separator, Table |
97
+ | 피드백 컴포넌트 | Alert Dialog, Dialog, Hover Card, Popover, Toast, Tooltip |
98
+ | 로딩 컴포넌트 | Progress, Skeleton, Spinner, |
99
+ | 메뉴 및 선택 컴포넌트 | Context Menu, Dropdown Menu, Segmented Control |
100
+ | 기타 컴포넌트 | Accordian, Callout |
101
+
102
+ </details>
103
+ <details>
104
+ <summary>차트 목록</summary>
105
+
106
+ | 구분 | 종류 |
107
+ | --------- | ------------- |
108
+ | 비교 차트 | Bar, Line |
109
+ | 구성 차트 | Pie, Doughnut |
110
+ | 분포 차트 | Bubble |
111
+ | 관계 차트 | Radar |
112
+
113
+ </details>
114
+
115
+ <details>
116
+ <summary>공통 Props 목록</summary>
117
+
118
+ | name | description | 단계 | option |
119
+ | ---------- | ------------------------------------------------- | -------- | --------------------------------------------- |
120
+ | Color | 27가지 색상을 라이트/다크/알파/알파다크 모드 제공 | 1~12단계 | blue, crimson, teal, orange, purple, amber... |
121
+ | Radius | 컴포넌트의 둥글기 적용 | 5단계 | none, small, medium, large, full |
122
+ | Scaling | 컴포넌트의 비율 | 5단계 | 90%, 95%, 100%, 105%, 110% |
123
+ | Weight | 컴포넌트의 텍스트 굵기 | 4단계 | regular, medium, semibold, bold |
124
+ | Appearance | 컴포넌트의 디자인 스타일 | 6단계 | classic, ghost, outline, soft, solid, surface |
125
+ | Size | 컴포넌트의 크기 | 5단계 | x-small, small, medium, large, x-large |
126
+
127
+ </details>
128
+
129
+ <br />
130
+
131
+ ## License
132
+
133
+ @lotte-innovate