Conner
|
f785ecd46f
|
feat(popper): arrow option & docs consistency across components (#875)
|
2023-10-27 15:03:06 +02:00 |
|
Benjamin Canac
|
9023227cc0
|
docs(button): add ButtonGroup example with input
Resolves #804
|
2023-10-25 16:28:53 +02:00 |
|
Benjamin Canac
|
afbd47b7b0
|
docs(Link): fix code with prettier
|
2023-10-19 18:23:35 +02:00 |
|
Benjamin Canac
|
a735483381
|
docs(Link): add usage example
Resolves #749
|
2023-10-19 15:46:32 +02:00 |
|
KeJun
|
8867936e01
|
docs(ComponentCard): show all props for the code (#797)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-15 17:52:20 +02:00 |
|
KeJun
|
fe348b48c6
|
docs(ComponentExample): automatically read code (#789)
|
2023-10-09 10:44:47 +02:00 |
|
Haytham A. Salama
|
0c807db005
|
docs: improve select options from types (#758)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-05 15:22:54 +02:00 |
|
Haytham A. Salama
|
e40491208a
|
feat(Link): add as prop (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-16 21:50:55 +02:00 |
|
Sébastien Chopin
|
240db8ee19
|
docs: fix pnpm command
|
2023-09-07 16:23:46 +02:00 |
|
Sébastien Chopin
|
7e0a655c64
|
docs: remove dev dependency
|
2023-09-07 16:14:42 +02:00 |
|
Benjamin Canac
|
98e1d1b90e
|
docs: remove New badges from edge docs
|
2023-09-07 15:52:25 +02:00 |
|
Benjamin Canac
|
6ad1afd308
|
docs: update badges
|
2023-09-07 15:13:48 +02:00 |
|
Benjamin Canac
|
22f7536154
|
chore: migrate to https://ui.nuxt.com and @nuxt/ui (#616)
|
2023-09-07 15:13:48 +02:00 |
|
Eduard Aymerich
|
b3bc6e2e9e
|
feat(ButtonGroup): add orientation prop (#603)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
7e7e9d0f85
|
docs: add version select (#532)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
fa1103b4ec
|
docs: rebrand to Nuxt UI
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
a29877059e
|
docs: improve icon sections of Alert, Avatar and Notification
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
55daed0e5a
|
feat(Avatar): handle icon default from app.config.ts
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
2d6badd4b0
|
docs(Avatar): add edge badge on icon
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
df3b2028ed
|
feat(Avatar): add icon prop as fallback
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
32a32d00ab
|
docs: update badges
|
2023-08-12 22:26:02 +02:00 |
|
Benjamin Canac
|
05ea5d2d78
|
chore(Link): add missing useRoute import
|
2023-07-30 21:11:46 +02:00 |
|
Benjamin Canac
|
cefe5a76e0
|
feat(Link)!: rename from LinkCustom and add exact-query / exact-hash props
|
2023-07-30 19:46:27 +02:00 |
|
Benjamin Canac
|
1bc055935e
|
docs: update badges
|
2023-07-30 15:13:44 +02:00 |
|
Benjamin Canac
|
0300be8539
|
docs(Alert): uniformize navigation badge
|
2023-07-27 18:22:49 +02:00 |
|
Benjamin Canac
|
5bd5dc2bca
|
feat(Badge): rename outline to subtle + add soft variants
|
2023-07-27 18:22:21 +02:00 |
|
Benjamin Canac
|
ab2abae48a
|
feat(Alert): new component (#449)
|
2023-07-27 16:59:50 +02:00 |
|
Benjamin Canac
|
9a73c5fb64
|
docs(Badge): add Edge badges on new colors
|
2023-07-26 16:14:32 +02:00 |
|
Benjamin Canac
|
dc77cf292b
|
docs(Button): add rounded section with ui prop
|
2023-07-26 15:01:48 +02:00 |
|
Benjamin Canac
|
05503e564c
|
feat(Badge)!: add colors and variants (solid has changed)
|
2023-07-26 15:01:25 +02:00 |
|
Benjamin Canac
|
e92f341224
|
chore(Button): move some logic to LinkCustom
|
2023-07-20 11:19:03 +02:00 |
|
Benjamin Canac
|
a0ffdce36c
|
docs(VerticalNavigation): specify usage links
|
2023-07-19 12:48:46 +02:00 |
|
Benjamin Canac
|
c91ea60c84
|
docs: update Edge and New badges
|
2023-07-18 17:31:04 +02:00 |
|
Benjamin Canac
|
31d571abb5
|
docs: migrate to @nuxthq/ui-kit (#405)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
|
2023-07-17 14:49:50 +02:00 |
|
Haytham A. Salama
|
e08263ff38
|
docs(Dropdown): add an example item slot (#304)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-12 14:52:57 +02:00 |
|
Dominik Opyd
|
b78fcf91a4
|
feat(Accordion): add multiple prop and close others by default (#364)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-03 14:38:13 +02:00 |
|
Benjamin Canac
|
54b6f734a3
|
docs(Accordion): headlessui label link as Disclosure
|
2023-06-28 12:19:21 +02:00 |
|
Haytham A. Salama
|
e50f377b94
|
feat(Accordion): new component (#301)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-27 21:54:05 +02:00 |
|
Benjamin Canac
|
7a2845d75e
|
docs: update Edge and New badges
|
2023-06-27 17:29:00 +02:00 |
|
Benjamin Canac
|
8c99b871e2
|
docs(Avatar): add edge badge on chip-text prop
|
2023-06-22 14:53:45 +02:00 |
|
JPB
|
759af058df
|
feat(Avatar): handle chipText (#306)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-22 12:24:56 +02:00 |
|
Benjamin Canac
|
71edb91c4f
|
fix(Avatar): placeholder font size
|
2023-06-01 16:47:23 +02:00 |
|
Benjamin Canac
|
130a1f2c54
|
docs: improve slots sections
|
2023-06-01 15:29:02 +02:00 |
|
Sylvain Marroufin
|
8bdb8c45f7
|
chore(Dropdown): hover mode with padding instead of offset + improve docs (#242)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-05-31 14:28:14 +02:00 |
|
Benjamin Canac
|
9ce531a06f
|
feat!: handle color states on form elements (#234)
|
2023-05-26 22:07:49 +02:00 |
|
Benjamin Canac
|
1f22f84360
|
chore(Avatar)!: remove chipVariant prop
|
2023-05-26 18:02:48 +02:00 |
|
Benjamin Canac
|
e3e6ef27a2
|
docs: improve Dropdown example with click and disabled
|
2023-05-22 19:04:39 +02:00 |
|
Benjamin Canac
|
bdaf2dbbd4
|
chore(CommandPalette): handle loading state (#221)
|
2023-05-22 16:00:31 +02:00 |
|
Benjamin Canac
|
526f84692e
|
docs: exclude label prop on button icon section
|
2023-05-19 11:56:29 +02:00 |
|
Benjamin Canac
|
ec3fd88472
|
docs: rename xxs to 2xs in button group section
Resolves #203
|
2023-05-19 11:50:21 +02:00 |
|