@lotte-innovate/ui-component-test 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +1 -1
- package/dist/Typography/Header/{index.js → index.jsx} +5 -2
- package/dist/Typography/Text/{index.js → index.jsx} +6 -3
- package/dist/Typography/index.d.ts +2 -2
- package/dist/Typography/index.js +3 -3
- package/dist/app/layout.d.ts +1 -1
- package/dist/app/{layout.js → layout.jsx} +3 -2
- package/dist/app/page.d.ts +2 -1
- package/dist/app/page.jsx +42 -0
- package/dist/app/template/badgeTemplate.d.ts +2 -1
- package/dist/app/template/badgeTemplate.jsx +82 -0
- package/dist/app/template/buttonTemplate.d.ts +2 -1
- package/dist/app/template/buttonTemplate.jsx +82 -0
- package/dist/app/template/colorPicker.d.ts +2 -1
- package/dist/app/template/colorPicker.jsx +19 -0
- package/dist/app/template/textTemplate.d.ts +2 -1
- package/dist/app/template/textTemplate.jsx +72 -0
- package/dist/app/template/theme.d.ts +2 -2
- package/dist/app/template/theme.jsx +44 -0
- package/dist/components/Accordion/{index.js → index.jsx} +17 -5
- package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +5 -4
- package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +5 -4
- package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +8 -4
- package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +5 -15
- package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +5 -15
- package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +5 -4
- package/dist/components/AlertDialog/{index.js → index.jsx} +2 -14
- package/dist/components/AspectRatio/{index.js → index.jsx} +5 -4
- package/dist/components/Avatar/{index.js → index.jsx} +8 -4
- package/dist/components/Badge/{index.js → index.jsx} +4 -3
- package/dist/components/BubbleChart/index.d.ts +2 -1
- package/dist/components/BubbleChart/{index.js → index.jsx} +3 -3
- package/dist/components/Button/{index.js → index.jsx} +5 -4
- package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +9 -4
- package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +5 -15
- package/dist/components/Callout/{index.js → index.jsx} +7 -4
- package/dist/components/Card/{index.js → index.jsx} +5 -4
- package/dist/components/Checkbox/{index.js → index.jsx} +12 -4
- package/dist/components/CheckboxCard/{index.js → index.jsx} +6 -4
- package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
- package/dist/components/CheckboxGroup/{index.js → index.jsx} +6 -3
- package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +8 -15
- package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +7 -4
- package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
- package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +6 -4
- package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +5 -4
- package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +5 -4
- package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
- package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +8 -15
- package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +5 -15
- package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +10 -7
- package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +10 -15
- package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +5 -15
- package/dist/components/ContextMenu/{index.js → index.jsx} +4 -14
- package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +5 -4
- package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +5 -4
- package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +5 -4
- package/dist/components/DataList/{index.js → index.jsx} +7 -15
- package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +5 -15
- package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +5 -15
- package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +5 -4
- package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +5 -15
- package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +5 -15
- package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +5 -15
- package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
- package/dist/components/Dialog/{index.js → index.jsx} +4 -14
- package/dist/components/DoughnutChart/index.d.ts +2 -1
- package/dist/components/DoughnutChart/{index.js → index.jsx} +3 -3
- package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
- package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +11 -8
- package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +8 -15
- package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +7 -4
- package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +6 -4
- package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +5 -4
- package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +5 -4
- package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +8 -15
- package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +3 -15
- package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
- package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
- package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
- package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
- package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
- package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
- package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
- package/dist/components/IconButton/{index.js → index.jsx} +3 -2
- package/dist/components/Inset/{index.js → index.jsx} +6 -3
- package/dist/components/Label/{index.js → index.jsx} +3 -2
- package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +8 -15
- package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +11 -8
- package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +6 -4
- package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +5 -4
- package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
- package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
- package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +8 -15
- package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +5 -15
- package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
- package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +6 -5
- package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +8 -15
- package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +5 -4
- package/dist/components/Menubar/{index.js → index.jsx} +7 -4
- package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +5 -4
- package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
- package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
- package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +5 -4
- package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +6 -4
- package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +6 -4
- package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +5 -4
- package/dist/components/NavigationMenu/{index.js → index.jsx} +7 -15
- package/dist/components/PieChart/index.d.ts +2 -1
- package/dist/components/PieChart/{index.js → index.jsx} +3 -3
- package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
- package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
- package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
- package/dist/components/Popover/{index.js → index.jsx} +4 -14
- package/dist/components/Progress/{index.js → index.jsx} +4 -3
- package/dist/components/RadarChart/index.d.ts +2 -1
- package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
- package/dist/components/Radio/{index.js → index.jsx} +8 -13
- package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
- package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
- package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
- package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
- package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
- package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
- package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
- package/dist/components/Select/{index.js → index.jsx} +24 -9
- package/dist/components/Separator/{index.js → index.jsx} +6 -3
- package/dist/components/Skeleton/{index.js → index.jsx} +6 -3
- package/dist/components/Slider/{index.js → index.jsx} +4 -3
- package/dist/components/Spinner/{index.js → index.jsx} +5 -2
- package/dist/components/TabNav/{index.js → index.jsx} +8 -14
- package/dist/components/Table/{index.js → index.jsx} +23 -8
- package/dist/components/Tabs/{index.js → index.jsx} +14 -5
- package/dist/components/TextArea/{index.js → index.jsx} +3 -2
- package/dist/components/TextField/{index.js → index.jsx} +9 -4
- package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +5 -4
- package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +7 -15
- package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +5 -15
- package/dist/components/Toast/{index.js → index.jsx} +10 -4
- package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
- package/dist/components/Toggle/{index.js → index.jsx} +4 -3
- package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
- package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
- package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/Tooltip/{index.js → index.jsx} +12 -3
- package/dist/components/index.d.ts +2 -0
- package/dist/index.d.ts +5 -2
- package/dist/index.js +3 -0
- package/dist/stories/Welcome.d.ts +2 -1
- package/dist/stories/Welcome.jsx +48 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +1 -1
- package/dist/stories/accordion/{Accordion.stories.js → Accordion.stories.jsx} +20 -2
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +1 -1
- package/dist/stories/alert-dialog/{AlertDialog.stories.js → AlertDialog.stories.jsx} +15 -2
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +3 -3
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +5 -5
- package/dist/stories/avatar/{Avatar.stories.js → Avatar.stories.jsx} +17 -6
- package/dist/stories/badge/Badge.stories.d.ts +6 -6
- package/dist/stories/badge/{Badge.stories.js → Badge.stories.jsx} +51 -7
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +5 -4
- package/dist/stories/bubble-chart/{BubbleChart.stories.js → BubbleChart.stories.jsx} +12 -4
- package/dist/stories/button/Button.stories.d.ts +7 -7
- package/dist/stories/button/{Button.stories.js → Button.stories.jsx} +41 -8
- package/dist/stories/button/IconButton.stories.d.ts +4 -4
- package/dist/stories/button/{IconButton.stories.js → IconButton.stories.jsx} +18 -5
- package/dist/stories/callout/Callout.stories.d.ts +7 -7
- package/dist/stories/callout/Callout.stories.jsx +205 -0
- package/dist/stories/card/Card.stories.d.ts +5 -5
- package/dist/stories/card/{Card.stories.js → Card.stories.jsx} +56 -6
- package/dist/stories/checkbox/Checkbox.stories.d.ts +6 -6
- package/dist/stories/checkbox/{Checkbox.stories.js → Checkbox.stories.jsx} +63 -7
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +5 -5
- package/dist/stories/checkbox/{CheckboxCard.stories.js → CheckboxCard.stories.jsx} +41 -6
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +3 -3
- package/dist/stories/checkbox/{CheckboxGroup.stories.js → CheckboxGroup.stories.jsx} +76 -4
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +4 -4
- package/dist/stories/context-menu/{ContextMenu.stories.js → ContextMenu.stories.jsx} +74 -5
- package/dist/stories/data-list/DataList.stories.d.ts +4 -4
- package/dist/stories/data-list/DataList.stories.jsx +185 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/dialog/{Dialog.stories.js → Dialog.stories.jsx} +25 -2
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +5 -4
- package/dist/stories/doughnut-chart/{DoughnutChart.stories.js → DoughnutChart.stories.jsx} +12 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +4 -4
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
- package/dist/stories/header/Header.stories.d.ts +6 -6
- package/dist/stories/header/{Header.stories.js → Header.stories.jsx} +26 -7
- package/dist/stories/hover-card/HoverCard.stories.d.ts +2 -2
- package/dist/stories/hover-card/{HoverCard.stories.js → HoverCard.stories.jsx} +30 -3
- package/dist/stories/inset/Inset.stories.d.ts +2 -2
- package/dist/stories/inset/{Inset.stories.js → Inset.stories.jsx} +27 -12
- package/dist/stories/label/Label.stories.d.ts +4 -4
- package/dist/stories/label/{Label.stories.js → Label.stories.jsx} +26 -5
- package/dist/stories/menubar/Menubar.stories.d.ts +1 -1
- package/dist/stories/menubar/{Menubar.stories.js → Menubar.stories.jsx} +45 -8
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +13 -13
- package/dist/stories/navigation-menu/{NavigationMenu.stories.js → NavigationMenu.stories.jsx} +69 -4
- package/dist/stories/pie-chart/PieChart.stories.d.ts +6 -5
- package/dist/stories/pie-chart/{PieChart.stories.js → PieChart.stories.jsx} +32 -13
- package/dist/stories/popover/Popover.stories.d.ts +2 -2
- package/dist/stories/popover/{Popover.stories.js → Popover.stories.jsx} +42 -9
- package/dist/stories/progress/Progress.stories.d.ts +4 -4
- package/dist/stories/progress/{Progress.stories.js → Progress.stories.jsx} +11 -6
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +6 -5
- package/dist/stories/radar-chart/{RadarChart.stories.js → RadarChart.stories.jsx} +4 -5
- package/dist/stories/radio/Radio.stories.d.ts +3 -3
- package/dist/stories/radio/{Radio.stories.js → Radio.stories.jsx} +14 -4
- package/dist/stories/radio/RadioCards.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioCards.stories.js → RadioCards.stories.jsx} +64 -5
- package/dist/stories/radio/RadioGroup.stories.d.ts +4 -4
- package/dist/stories/radio/{RadioGroup.stories.js → RadioGroup.stories.jsx} +59 -5
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +2 -2
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +4 -4
- package/dist/stories/segmented-control/{SegmentedControl.stories.js → SegmentedControl.stories.jsx} +26 -5
- package/dist/stories/select/Select.stories.d.ts +5 -5
- package/dist/stories/select/{Select.stories.js → Select.stories.jsx} +67 -6
- package/dist/stories/separator/Separator.stories.d.ts +4 -4
- package/dist/stories/separator/{Separator.stories.js → Separator.stories.jsx} +29 -5
- package/dist/stories/skeleton/Skeleton.stories.d.ts +5 -5
- package/dist/stories/skeleton/{Skeleton.stories.js → Skeleton.stories.jsx} +33 -6
- package/dist/stories/slider/Slider.stories.d.ts +4 -4
- package/dist/stories/slider/{Slider.stories.js → Slider.stories.jsx} +16 -5
- package/dist/stories/spinner/Spinner.stories.d.ts +5 -5
- package/dist/stories/spinner/{Spinner.stories.js → Spinner.stories.jsx} +31 -6
- package/dist/stories/switch/Switch.stories.d.ts +4 -4
- package/dist/stories/switch/{Switch.stories.js → Switch.stories.jsx} +16 -5
- package/dist/stories/tab-nav/TabNav.stories.d.ts +1 -1
- package/dist/stories/tab-nav/{TabNav.stories.js → TabNav.stories.jsx} +11 -2
- package/dist/stories/table/Table.stories.d.ts +1 -1
- package/dist/stories/table/{Table.stories.js → Table.stories.jsx} +29 -2
- package/dist/stories/tabs/Tabs.stories.d.ts +1 -1
- package/dist/stories/tabs/{Tabs.stories.js → Tabs.stories.jsx} +19 -2
- package/dist/stories/text/Text.stories.d.ts +5 -5
- package/dist/stories/text/{Text.stories.js → Text.stories.jsx} +21 -6
- package/dist/stories/textArea/TextArea.stories.d.ts +5 -5
- package/dist/stories/textArea/{TextArea.stories.js → TextArea.stories.jsx} +22 -6
- package/dist/stories/textfield/TextField.stories.d.ts +5 -5
- package/dist/stories/textfield/{TextField.stories.js → TextField.stories.jsx} +38 -6
- package/dist/stories/toast/Toast.stories.d.ts +3 -3
- package/dist/stories/toast/{Toast.stories.js → Toast.stories.jsx} +22 -4
- package/dist/stories/toggle/Toggle.stories.d.ts +5 -5
- package/dist/stories/toggle/{Toggle.stories.js → Toggle.stories.jsx} +23 -6
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +3 -3
- package/dist/stories/toggle/{ToggleGroup.stories.js → ToggleGroup.stories.jsx} +39 -6
- package/dist/stories/tooltip/Tooltip.stories.d.ts +3 -3
- package/dist/stories/tooltip/{Tooltip.stories.js → Tooltip.stories.jsx} +17 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +118 -120
- package/dist/app/page.js +0 -6
- package/dist/app/template/badgeTemplate.js +0 -11
- package/dist/app/template/buttonTemplate.js +0 -11
- package/dist/app/template/colorPicker.js +0 -14
- package/dist/app/template/textTemplate.js +0 -23
- package/dist/app/template/theme.js +0 -12
- package/dist/components/Input/Input.stories.d.ts +0 -77
- package/dist/components/Input/Input.stories.js +0 -74
- package/dist/components/Input/index.d.ts +0 -14
- package/dist/components/Input/index.js +0 -53
- package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
- package/dist/stories/Welcome.js +0 -30
- package/dist/stories/aspect-ratio/AspectRatio.stories.js +0 -78
- package/dist/stories/callout/Callout.stories.js +0 -104
- package/dist/stories/data-list/DataList.stories.js +0 -87
- package/dist/stories/dropdown-menu/DropdownMenu.stories.js +0 -75
- package/dist/stories/scroll-area/ScrollArea.stories.js +0 -63
package/README.md
CHANGED
@@ -1,163 +1,163 @@
|
|
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
|
+
# 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
|
+
```
|
@@ -6,7 +6,7 @@ export interface HeaderProps extends VariantProps<typeof headerVariants> {
|
|
6
6
|
}
|
7
7
|
declare let headerVariants: (props?: ({
|
8
8
|
weight?: "medium" | "regular" | "semibold" | "bold" | null | undefined;
|
9
|
-
headers?: "
|
9
|
+
headers?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | null | undefined;
|
10
10
|
color?: string | null | undefined;
|
11
11
|
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
12
12
|
export declare const Header: React.ForwardRefExoticComponent<Omit<import("@radix-ui/themes").HeadingProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & HeaderProps & React.RefAttributes<HTMLHeadingElement>>;
|
@@ -20,7 +20,6 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
24
23
|
import { cn } from '../../utils/utils';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { textColorStyle, weightVariants } from '../../constants';
|
@@ -49,7 +48,11 @@ export var Header = React.forwardRef(function (_a, ref) {
|
|
49
48
|
var className = _a.className, children = _a.children, size = _a.size, weight = _a.weight, color = _a.color, headers = _a.headers, align = _a.align, rootProps = __rest(_a, ["className", "children", "size", "weight", "color", "headers", "align"]);
|
50
49
|
if (!headers)
|
51
50
|
headers = 'h1';
|
52
|
-
return (
|
51
|
+
return (<Theme>
|
52
|
+
<HeadingTheme ref={ref} as={headers} size={size} align={align} className={cn('leading-normal', headerVariants({ weight: weight, color: color }), className)} {...rootProps}>
|
53
|
+
{children}
|
54
|
+
</HeadingTheme>
|
55
|
+
</Theme>);
|
53
56
|
});
|
54
57
|
Header.displayName = 'Header';
|
55
58
|
export default Header;
|
@@ -20,8 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
20
20
|
}
|
21
21
|
return t;
|
22
22
|
};
|
23
|
-
import {
|
24
|
-
import { forwardRef } from 'react';
|
23
|
+
import React, { forwardRef } from 'react';
|
25
24
|
import { cva } from 'class-variance-authority';
|
26
25
|
import { Text as TextTheme, Theme } from '@radix-ui/themes';
|
27
26
|
import { textColorStyle, weightVariants } from '../../constants';
|
@@ -38,7 +37,11 @@ var textVariants = cva('text', {
|
|
38
37
|
});
|
39
38
|
export var Text = forwardRef(function (_a, ref) {
|
40
39
|
var className = _a.className, children = _a.children, as = _a.as, align = _a.align, weight = _a.weight, color = _a.color, size = _a.size, props = __rest(_a, ["className", "children", "as", "align", "weight", "color", "size"]);
|
41
|
-
return (
|
40
|
+
return (<Theme>
|
41
|
+
<TextTheme as={as} ref={ref} size={size} align={align} className={cn(textVariants({ weight: weight, color: color }), className)} {...props}>
|
42
|
+
{children}
|
43
|
+
</TextTheme>
|
44
|
+
</Theme>);
|
42
45
|
});
|
43
46
|
Text.displayName = 'Text';
|
44
47
|
export default Text;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export { default as Header } from './Header';
|
2
|
-
export { default as Text } from './Text';
|
1
|
+
export { default as Header } from './Header';
|
2
|
+
export { default as Text } from './Text';
|
package/dist/Typography/index.js
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
// Typography
|
2
|
-
export { default as Header } from '
|
3
|
-
export { default as Text } from '
|
1
|
+
// Typography
|
2
|
+
export { default as Header } from '../Typography/Header';
|
3
|
+
export { default as Text } from '../Typography/Text';
|
package/dist/app/layout.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
1
|
import { Inter } from 'next/font/google';
|
3
2
|
import './globals.css';
|
4
3
|
var inter = Inter({ subsets: ['latin'] });
|
@@ -8,5 +7,7 @@ export var metadata = {
|
|
8
7
|
};
|
9
8
|
export default function RootLayout(_a) {
|
10
9
|
var children = _a.children;
|
11
|
-
return (
|
10
|
+
return (<html lang="en">
|
11
|
+
<body className={inter.className}>{children}</body>
|
12
|
+
</html>);
|
12
13
|
}
|
package/dist/app/page.d.ts
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
import React from 'react';
|
2
|
+
export default function Home(): false | React.JSX.Element;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
'use client';
|
2
|
+
import React, { useEffect, useState } from 'react';
|
3
|
+
import Theme from './template/theme';
|
4
|
+
import BadgeTemplate from './template/badgeTemplate';
|
5
|
+
import ButtonTemplate from './template/buttonTemplate';
|
6
|
+
import TextTemplate from './template/textTemplate';
|
7
|
+
import Button from 'components/Button';
|
8
|
+
import { Toast, ToastActionButton, ToastDescription } from 'components/Toast';
|
9
|
+
export default function Home() {
|
10
|
+
var _a = useState('full'), radiusTheme = _a[0], setRadiusTheme = _a[1];
|
11
|
+
var _b = useState('95%'), scalingTheme = _b[0], setScalingTheme = _b[1];
|
12
|
+
var _c = useState('semibold'), fontWeightTheme = _c[0], setFontWeightTheme = _c[1];
|
13
|
+
var _d = useState('blue'), colorTheme = _d[0], setColorTheme = _d[1];
|
14
|
+
var _e = useState('blue'), fontColorTheme = _e[0], setFontColorTheme = _e[1];
|
15
|
+
var _f = useState('light'), mode = _f[0], setMode = _f[1];
|
16
|
+
var _g = useState(false), mounted = _g[0], setMounted = _g[1];
|
17
|
+
var _h = useState(false), open = _h[0], setOpen = _h[1];
|
18
|
+
useEffect(function () {
|
19
|
+
setMounted(true);
|
20
|
+
}, []);
|
21
|
+
return (mounted && (<div className={"flex flex-col w-full h-auto min-h-screen ".concat(mode == 'light' ? 'bg-white text-black' : 'bg-black text-white', " p-3")}>
|
22
|
+
<div onClick={function () {
|
23
|
+
setMode(mode === 'light' ? 'dark' : 'light');
|
24
|
+
}}>
|
25
|
+
{mode === 'light' ? 'light' : 'dark'}
|
26
|
+
</div>
|
27
|
+
<Button onClick={function () { return setOpen(true); }} className="w-[200px]" scaling={'95%'}>
|
28
|
+
toast
|
29
|
+
</Button>
|
30
|
+
<Toast openToast={open} setOpenToast={setOpen}>
|
31
|
+
<ToastDescription>There was a problem with your request.</ToastDescription>
|
32
|
+
<ToastActionButton altText="액션버튼">버튼</ToastActionButton>
|
33
|
+
</Toast>
|
34
|
+
<Theme setRadiusTheme={setRadiusTheme} setScalingTheme={setScalingTheme} setFontWeightTheme={setFontWeightTheme} setColorTheme={setColorTheme} setFontColorTheme={setFontColorTheme} mode={mode}/>
|
35
|
+
|
36
|
+
<BadgeTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
37
|
+
|
38
|
+
<ButtonTemplate radiusTheme={radiusTheme} scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={colorTheme} mode={mode}/>
|
39
|
+
|
40
|
+
<TextTemplate scalingTheme={scalingTheme} fontWeightTheme={fontWeightTheme} colorTheme={fontColorTheme} mode={mode}/>
|
41
|
+
</div>));
|
42
|
+
}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import 'react-tabs/style/react-tabs.css';
|
2
3
|
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
3
4
|
type IBadgeTemplate = {
|
@@ -7,5 +8,5 @@ type IBadgeTemplate = {
|
|
7
8
|
colorTheme: IColor;
|
8
9
|
mode: ITheme;
|
9
10
|
};
|
10
|
-
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) =>
|
11
|
+
declare const BadgeTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IBadgeTemplate) => React.JSX.Element;
|
11
12
|
export default BadgeTemplate;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
+
import Badge from 'components/Badge';
|
6
|
+
import { colorOptions } from 'color/constants';
|
7
|
+
var BadgeTemplate = function (_a) {
|
8
|
+
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
+
return (<div className="m-3">
|
10
|
+
<div className=" font-extrabold">Badge</div>
|
11
|
+
<div className="">
|
12
|
+
<div className="border p-2 space-x-2">
|
13
|
+
<Tabs className="">
|
14
|
+
<TabList>
|
15
|
+
<Tab>Theme colors</Tab>
|
16
|
+
<Tab>All colors</Tab>
|
17
|
+
<Tab>All sizes</Tab>
|
18
|
+
</TabList>
|
19
|
+
<TabPanel>
|
20
|
+
<p className="">Main Color 적용 뱃지</p>
|
21
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
22
|
+
Badge
|
23
|
+
</Badge>
|
24
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={colorTheme}>
|
25
|
+
outline
|
26
|
+
</Badge>
|
27
|
+
</TabPanel>
|
28
|
+
<TabPanel>
|
29
|
+
<table>
|
30
|
+
<tr>
|
31
|
+
<th></th>
|
32
|
+
<th>default</th>
|
33
|
+
<th>outline</th>
|
34
|
+
</tr>
|
35
|
+
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
+
<th>{color}</th>
|
37
|
+
<td>
|
38
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
39
|
+
Badge
|
40
|
+
</Badge>
|
41
|
+
</td>
|
42
|
+
<td>
|
43
|
+
<Badge radius={radiusTheme} scaling={scalingTheme} color={color}>
|
44
|
+
outline
|
45
|
+
</Badge>
|
46
|
+
</td>
|
47
|
+
</tr>); })}
|
48
|
+
</table>
|
49
|
+
</TabPanel>
|
50
|
+
<TabPanel>
|
51
|
+
<table>
|
52
|
+
<tr>
|
53
|
+
<th></th>
|
54
|
+
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
+
</tr>
|
56
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
+
<th>{scale}</th>
|
58
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
+
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
60
|
+
Badge
|
61
|
+
</Badge>
|
62
|
+
</td>); })}
|
63
|
+
</tr>); })}
|
64
|
+
</table>
|
65
|
+
|
66
|
+
<table>
|
67
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
+
<th>{scale}</th>
|
69
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
+
<Badge scaling={scale} radius={radius} color={colorTheme}>
|
71
|
+
outline
|
72
|
+
</Badge>
|
73
|
+
</td>); })}
|
74
|
+
</tr>); })}
|
75
|
+
</table>
|
76
|
+
</TabPanel>
|
77
|
+
</Tabs>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</div>);
|
81
|
+
};
|
82
|
+
export default BadgeTemplate;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import React from 'react';
|
1
2
|
import { ITheme, IColor, IRadius, IScaling, IWeight } from 'types';
|
2
3
|
import 'react-tabs/style/react-tabs.css';
|
3
4
|
type IButtonTemplate = {
|
@@ -7,5 +8,5 @@ type IButtonTemplate = {
|
|
7
8
|
colorTheme: IColor;
|
8
9
|
mode: ITheme;
|
9
10
|
};
|
10
|
-
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) =>
|
11
|
+
declare const ButtonTemplate: ({ radiusTheme, scalingTheme, fontWeightTheme, colorTheme, mode, }: IButtonTemplate) => React.JSX.Element;
|
11
12
|
export default ButtonTemplate;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Tab, Tabs, TabList, TabPanel } from 'react-tabs';
|
3
|
+
import 'react-tabs/style/react-tabs.css';
|
4
|
+
import { radiusOptions, scalingOptions } from '../../constants';
|
5
|
+
import Button from 'components/Button';
|
6
|
+
import { colorOptions } from 'color/constants';
|
7
|
+
var ButtonTemplate = function (_a) {
|
8
|
+
var radiusTheme = _a.radiusTheme, scalingTheme = _a.scalingTheme, fontWeightTheme = _a.fontWeightTheme, colorTheme = _a.colorTheme, mode = _a.mode;
|
9
|
+
return (<div className="m-3">
|
10
|
+
<div className=" font-extrabold">Button</div>
|
11
|
+
<div className="">
|
12
|
+
<div className="border p-2 space-x-2">
|
13
|
+
<Tabs className="">
|
14
|
+
<TabList>
|
15
|
+
<Tab>Theme colors</Tab>
|
16
|
+
<Tab>All colors</Tab>
|
17
|
+
<Tab>All sizes</Tab>
|
18
|
+
</TabList>
|
19
|
+
<TabPanel>
|
20
|
+
<p className="">Main Color 적용 Button</p>
|
21
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
22
|
+
Button
|
23
|
+
</Button>
|
24
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={colorTheme}>
|
25
|
+
outline
|
26
|
+
</Button>
|
27
|
+
</TabPanel>
|
28
|
+
<TabPanel>
|
29
|
+
<table>
|
30
|
+
<tr>
|
31
|
+
<th></th>
|
32
|
+
<th>default</th>
|
33
|
+
<th>outline</th>
|
34
|
+
</tr>
|
35
|
+
{colorOptions === null || colorOptions === void 0 ? void 0 : colorOptions.map(function (color) { return (<tr key={color}>
|
36
|
+
<th>{color}</th>
|
37
|
+
<td>
|
38
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
39
|
+
Button
|
40
|
+
</Button>
|
41
|
+
</td>
|
42
|
+
<td>
|
43
|
+
<Button radius={radiusTheme} scaling={scalingTheme} weight={fontWeightTheme} color={color}>
|
44
|
+
outline
|
45
|
+
</Button>
|
46
|
+
</td>
|
47
|
+
</tr>); })}
|
48
|
+
</table>
|
49
|
+
</TabPanel>
|
50
|
+
<TabPanel>
|
51
|
+
<table>
|
52
|
+
<tr>
|
53
|
+
<th></th>
|
54
|
+
{radiusOptions.map(function (radius) { return (<th key={radius}>{radius}</th>); })}
|
55
|
+
</tr>
|
56
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
57
|
+
<th>{scale}</th>
|
58
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
59
|
+
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
60
|
+
Button
|
61
|
+
</Button>
|
62
|
+
</td>); })}
|
63
|
+
</tr>); })}
|
64
|
+
</table>
|
65
|
+
|
66
|
+
<table>
|
67
|
+
{scalingOptions.map(function (scale) { return (<tr key={scale}>
|
68
|
+
<th>{scale}</th>
|
69
|
+
{radiusOptions.map(function (radius) { return (<td key={radius}>
|
70
|
+
<Button scaling={scale} radius={radius} weight={fontWeightTheme} color={colorTheme}>
|
71
|
+
outline
|
72
|
+
</Button>
|
73
|
+
</td>); })}
|
74
|
+
</tr>); })}
|
75
|
+
</table>
|
76
|
+
</TabPanel>
|
77
|
+
</Tabs>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
</div>);
|
81
|
+
};
|
82
|
+
export default ButtonTemplate;
|
@@ -1,6 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
import { IColor } from 'types';
|
2
3
|
declare const ColorPicker: ({ setColorTheme, mode, }: {
|
3
4
|
setColorTheme: (color: IColor) => void;
|
4
5
|
mode: string;
|
5
|
-
}) => import("react
|
6
|
+
}) => import("react").JSX.Element;
|
6
7
|
export default ColorPicker;
|