Commit Graph

123 Commits

Author SHA1 Message Date
Benjamin Canac
7a376b5e49 feat(SelectMenu): new component (#103) 2024-05-13 14:26:01 +02:00
Romain Hamel
52cf471099 feat(Form): Select and InputMenu integration (#97)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-05-10 12:53:52 +02:00
Romain Hamel
810d278ea7 chore(RadioGroup): rename options prop to items (#98)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-05-10 12:31:20 +02:00
Benjamin Canac
1942b8e117 feat(Select): new component (#92) 2024-05-07 22:58:56 +02:00
Romain Hamel
43066fd9ea feat(ButtonGroup): new component (#88)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-05-07 11:19:25 +02:00
Benjamin Canac
e398637174 fix(Textarea): same size as input 2024-05-06 22:03:38 +02:00
Benjamin Canac
99f20a4154 feat(InputMenu): new component (#86) 2024-05-06 18:59:49 +02:00
Benjamin Canac
63822c3cf6 chore(CommandPalette): remove useless theme slot 2024-05-02 15:42:06 +02:00
Benjamin Canac
4ac7a7e3e9 fix(ContextMenu): remove arrow prop 2024-05-02 15:41:54 +02:00
Benjamin Canac
d0017bf847 feat(CommandPalette): new component (#80) 2024-04-30 18:14:18 +02:00
Benjamin Canac
0450f6b4a9 fix(Tooltip): use scale-in / scale-out animations 2024-04-29 11:21:44 +02:00
Benjamin Canac
67a15686e5 fix(Input/Textarea): remove useless gap 2024-04-29 11:21:44 +02:00
Benjamin Canac
fc50996ccf fix(Checkbox): icon render 2024-04-28 17:55:24 +02:00
Benjamin Canac
72ac394476 chore(Accordion): add missing shrink-0 on trailing icon 2024-04-28 17:54:46 +02:00
Benjamin Canac
f90f7d7b7c fix(Popover): use scale-in / scale-out animations 2024-04-28 17:54:32 +02:00
Benjamin Canac
def5f7c10b feat(AvatarGroup): new component (#71)
Co-authored-by: Romain Hamel <romain@boilr.io>
2024-04-26 17:04:49 +02:00
Benjamin Canac
65a3b0a2d0 feat(ContextMenu): new component
Resolves #18
2024-04-26 14:53:50 +02:00
Benjamin Canac
a5bb25dd95 feat(DropdownMenu): handle item type separator 2024-04-25 11:48:27 +02:00
Benjamin Canac
f9259f6857 fix(Input): missing file: selector on dark mode 2024-04-24 16:25:09 +02:00
Benjamin Canac
f076019f8f feat(useKbd): new composable (#73) 2024-04-23 11:52:09 +02:00
Silver343
814437255e feat(RadioGroup): handle horizontal orientation (#74) 2024-04-22 14:14:51 +02:00
Benjamin Canac
1b941ede36 chore(Switch): remove useless peer class 2024-04-17 16:24:05 +02:00
Benjamin Canac
3c89d6b2c5 fix(Checkbox): reduce icon size 2024-04-17 16:23:54 +02:00
Benjamin Canac
c36bae4b21 feat(Pagination): new component
Resolves #11
2024-04-17 16:14:24 +02:00
Benjamin Canac
1dcc1f5074 feat(DropdownMenu): add #item slot for consistency 2024-04-17 12:19:20 +02:00
Benjamin Canac
ea19a3061f feat(NavigationMenu): rename links to items + improve slots 2024-04-17 12:19:20 +02:00
Benjamin Canac
d56d3a13e3 feat(Breadcrumb): rename links to items + improve slots 2024-04-17 12:19:20 +02:00
Benjamin Canac
7aa353d8cc chore(Alert): update ring on white color 2024-04-16 17:42:47 +02:00
Benjamin Canac
13a53f4cfb chore: use gap instead of gap-x for consistency 2024-04-16 17:24:41 +02:00
Benjamin Canac
53a2bc0264 feat(Breadcrumb): new component
Resolves #22
2024-04-16 17:23:41 +02:00
Benjamin Canac
298ac68447 fix(NavigationMenu): handle truncate on vertical orientation 2024-04-16 17:09:17 +02:00
Benjamin Canac
f302a15972 feat: uniformize components sizes (#68) 2024-04-16 12:26:29 +02:00
Romain Hamel
78e45600de feat(Slider): new component (#57)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 16:15:29 +02:00
Benjamin Canac
f664f69097 fix(NavigationMenu): handle disabled through variants + isolate list + use separator instead of divide 2024-04-15 15:21:25 +02:00
Benjamin Canac
cd214f91db fix(DropdownMenu): handle disabled with data attribute for links 2024-04-15 14:48:33 +02:00
Benjamin Canac
6236953ed0 fix(Accordion): handle disabled through variants 2024-04-15 14:43:56 +02:00
Benjamin Canac
1e65933d9c fix(Tabs): horizontal orientation 2024-04-15 14:22:49 +02:00
Romain Hamel
2fe91f3847 feat(Switch): add label and description props (#60)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 11:56:30 +02:00
Benjamin Canac
1535313596 feat(Alert): new component
Resolves #23
2024-04-12 19:00:55 +02:00
Benjamin Canac
48ddf39188 fix(Tabs): specific transition 2024-04-12 18:38:58 +02:00
Benjamin Canac
cbd58ee707 chore(Toast): improve progress bar 2024-04-12 18:37:32 +02:00
Benjamin Canac
239e0a5ac1 fix(Toaster): add missing transition on translate 2024-04-12 18:27:12 +02:00
Benjamin Canac
a72649f3c9 chore: remove will-change classes 2024-04-12 18:26:41 +02:00
Benjamin Canac
1d2e1caaf5 feat(Button): add subtle variant 2024-04-12 18:24:31 +02:00
Benjamin Canac
a31d4cffb5 fix(Input): use pl / pr instead of ps / pe
Resolves #32
2024-04-12 14:50:32 +02:00
Benjamin Canac
74a640ceca chore(theme): lint 2024-04-12 14:01:23 +02:00
Benjamin Canac
c3ed18beb6 fix(Toaster): wrong leave animation when collapsed 2024-04-11 16:03:50 +02:00
Benjamin Canac
d726e4ddac feat(Toast): implement progress duration
Resolves #51
2024-04-11 15:40:37 +02:00
Benjamin Canac
5e6275fcff feat(Drawer): implement with vaul-vue
Resolves #53
2024-04-11 14:50:38 +02:00
Sandro Circi
8d76a8b195 feat(Separator): new component (#46)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-10 18:40:08 +02:00