Commit Graph

465 Commits

Author SHA1 Message Date
Benjamin Canac
0f69f2bd4b chore(Accordion): move #default slot around trigger 2024-04-17 12:19:05 +02:00
Benjamin Canac
7aa353d8cc chore(Alert): update ring on white color 2024-04-16 17:42:47 +02:00
Benjamin Canac
735f81e771 feat(DropdownMenu): pass index to slots 2024-04-16 17:27:12 +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
6ce70b768b test(Checkbox): update snapshots 2024-04-15 14:23:05 +02:00
Benjamin Canac
1e65933d9c fix(Tabs): horizontal orientation 2024-04-15 14:22:49 +02:00
Romain Hamel
84847965af chore(Checkbox/Switch): change model binding (#58)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-15 13:37:18 +02:00
Benjamin Canac
1535313596 feat(Alert): new component
Resolves #23
2024-04-12 19:00:55 +02:00
Benjamin Canac
514d17048f chore(Toast): update slots 2024-04-12 18:59:53 +02:00
Benjamin Canac
48ddf39188 fix(Tabs): specific transition 2024-04-12 18:38:58 +02:00
Benjamin Canac
c83054bd73 test(Input): update snapshots 2024-04-12 18:37:59 +02:00
Benjamin Canac
cbd58ee707 chore(Toast): improve progress bar 2024-04-12 18:37:32 +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
557bdb7297 test: update snapshots 2024-04-12 14:03:25 +02:00
Benjamin Canac
290e4ce150 test: lint 2024-04-12 14:00:58 +02:00
Benjamin Canac
5e6275fcff feat(Drawer): implement with vaul-vue
Resolves #53
2024-04-11 14:50:38 +02:00
Benjamin Canac
d15c8c21da test(Slideover): add test without close 2024-04-11 14:41:12 +02:00
Benjamin Canac
a8c1340fa7 test(Modal): add test without close 2024-04-11 14:41:00 +02:00
Benjamin Canac
432256dc67 chore(Toaster): move slot first 2024-04-11 14:39:57 +02:00
Benjamin Canac
74feb3a8cb test(Toast): update 2024-04-11 11:41:29 +02:00
Benjamin Canac
3611f07d93 test(Tooltip): wrap with TooltipProvider instead of UApp 2024-04-11 11:29:08 +02:00
Benjamin Canac
a391c60aa0 test: update snapshots 2024-04-10 18:40:35 +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
Benjamin Canac
3da1e1a518 feat(Toast): new component (#50) 2024-04-10 18:22:09 +02:00
Benjamin Canac
bb42594ea4 test: update snapshots 2024-04-05 17:14:49 +02:00
Benjamin Canac
2cc41dedcf feat(Kbd): add color prop 2024-04-05 17:14:39 +02:00
Benjamin Canac
06ea029ef6 feat(Tabs): handle items icon 2024-04-05 17:14:23 +02:00
Benjamin Canac
659c58b49f chore(Provider): rename to App 2024-04-02 19:01:07 +02:00
Romain Hamel
e29b514f8d feat(RadioGroup): new component (#41)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-04-02 11:35:16 +02:00
Benjamin Canac
80a3a0c28f fix(Tabs): broken design 2024-03-29 18:13:43 +01:00
Benjamin Canac
5fcd6d1bea chore(theme): improve focus 2024-03-29 14:45:47 +01:00
Benjamin Canac
44033508a7 feat(DropdownMenu): new component (#37) 2024-03-29 13:42:02 +01:00
Benjamin Canac
4ba4f9ee6d test: update snapshots 2024-03-27 17:17:17 +01:00
Benjamin Canac
fe4892e030 test: update snapshots 2024-03-27 14:03:07 +01:00
Benjamin Canac
85c693e3ba remove old files 2024-03-27 12:39:55 +01:00
Benjamin Canac
f3fec877c5 Merge branch 'main' of https://github.com/benjamincanac/nuxt-ui3 into dev 2024-03-27 12:34:43 +01:00
Romain Hamel
bfd5988358 feat(Checkbox): new component (#67)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-27 12:00:15 +01:00
Benjamin Canac
8fd369372b feat(Switch): handle loading and loadingIcon
Resolves #65
2024-03-26 15:48:16 +01:00
Benjamin Canac
8688653bc9 test(Input): improve 2024-03-25 12:05:59 +01:00
Benjamin Canac
b5b3e97f5f test(Button): improve 2024-03-25 12:05:11 +01:00
Benjamin Canac
bed62520a9 fix(Textarea): invalid xs size 2024-03-22 18:29:45 +01:00
Benjamin Canac
d5fe5b3f4d fix(Chip): improve sizes 2024-03-22 18:23:58 +01:00