innodep-ds 0.0.23 → 0.0.24

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 CHANGED
@@ -1,52 +1,52 @@
1
- # Innodep Design System
2
- ##### Innodep Design System입니다.
3
-
4
-
5
- ## 사용 가능 Components
6
-
7
- ### Form
8
- ```
9
- Button
10
- Calendar
11
- Checkbox
12
- DateTimePicker
13
- DropdownMenu
14
- Input
15
- RadioGroup
16
- Select
17
- Slider
18
- Switch
19
- Textarea
20
- ```
21
-
22
- ### DATA DISPLAY
23
- ```
24
- Badge
25
- Chip
26
- Collapsible
27
- Label
28
- Popover
29
- Progress
30
- Scroll-Area
31
- Separator
32
- Skeleton
33
- Spinner
34
- Table
35
- Toggle
36
- ToggleGroup
37
- ```
38
-
39
- ### OVERLAY
40
- ```
41
- Alert
42
- AlertDialog
43
- Card
44
- Command
45
- ContextMenu
46
- Dialog
47
- Sheet
48
- Sonner
49
- Tabs
50
- Tooltip
51
- ```
1
+ # Innodep Design System
2
+ ##### Innodep Design System입니다.
3
+
4
+
5
+ ## 사용 가능 Components
6
+
7
+ ### Form
8
+ ```
9
+ Button
10
+ Calendar
11
+ Checkbox
12
+ DateTimePicker
13
+ DropdownMenu
14
+ Input
15
+ RadioGroup
16
+ Select
17
+ Slider
18
+ Switch
19
+ Textarea
20
+ ```
21
+
22
+ ### DATA DISPLAY
23
+ ```
24
+ Badge
25
+ Chip
26
+ Collapsible
27
+ Label
28
+ Popover
29
+ Progress
30
+ Scroll-Area
31
+ Separator
32
+ Skeleton
33
+ Spinner
34
+ Table
35
+ Toggle
36
+ ToggleGroup
37
+ ```
38
+
39
+ ### OVERLAY
40
+ ```
41
+ Alert
42
+ AlertDialog
43
+ Card
44
+ Command
45
+ ContextMenu
46
+ Dialog
47
+ Sheet
48
+ Sonner
49
+ Tabs
50
+ Tooltip
51
+ ```
52
52
  - shadcn/ui와 tailwindcss를 기반으로 구성되어 있습니다.