Nirmalya Ghosh
|
87ad14cb2a
|
fix(shadcn-ui): add missing deps for Button (#259)
* fix: add missing deps for Button
* fix: use correct dep
Co-authored-by: Pablo <its.monotype@gmail.com>
* chore: add changeset
---------
Co-authored-by: Pablo <its.monotype@gmail.com>
Co-authored-by: shadcn <m@shadcn.com>
|
2023-05-13 13:07:39 +04:00 |
|
Jack
|
5a2ce61e2e
|
fix(data-table): uncontrolled input error on data-table (#335)
|
2023-05-11 10:07:39 +04:00 |
|
Connor Stevens
|
21890afa80
|
docs(www): fix typo
Co-authored-by: shadcn <m@shadcn.com>
|
2023-05-10 07:49:17 +04:00 |
|
Ben Jacobson
|
84b7200178
|
docs(www): fix link to DataTable (#322)
|
2023-05-10 00:09:15 +04:00 |
|
shadcn
|
f8272baf07
|
feat: add table and data table (#321)
|
2023-05-09 23:25:26 +04:00 |
|
shadcn
|
b19199a35d
|
docs: move combobox and date picker to their own page (#283)
|
2023-05-03 15:59:00 +04:00 |
|
shadcn
|
888a5ad6f6
|
fix(shadcn-ui): update color of cards in dark mode (#271)
|
2023-05-02 15:39:16 +04:00 |
|
Evan Rosenfeld
|
d99b992e27
|
feat(button): support render delegation with asChild parameter (#174)
|
2023-04-30 12:01:41 +04:00 |
|
Aron Hafner
|
d528e9a45e
|
docs(www): set correct colors for card in darkmode (#213)
|
2023-04-20 16:36:38 +04:00 |
|
Esteban De la Rosa
|
5b004f7565
|
docs(www): Fix typo in alert component usage (#196)
Co-authored-by: shadcn <m@shadcn.com>
|
2023-04-20 12:49:15 +04:00 |
|
Vincent Taneri
|
2fa78133c8
|
docs(www): fix a typo in FAQ (#198)
|
2023-04-19 19:56:04 +04:00 |
|
shadcn
|
68e1c5624a
|
chore(www): update deps and fix CI errors (#204)
|
2023-04-19 13:22:53 +04:00 |
|
The Command Runner
|
a589df7bca
|
docs(www): add type keyword to ClassValue (#184)
Add `type` keyword because Typescript complains, since ClassValue is only imported as a type.
|
2023-04-18 10:10:19 +04:00 |
|
shadcn
|
a703c6fb58
|
feat: CSS variables and CLI (#180)
|
2023-04-17 19:19:40 +04:00 |
|
Storm
|
4444c28b9f
|
docs(collapsible): add missing imports for collapsible (#150)
|
2023-04-03 08:30:50 +04:00 |
|
Hugo Sainte-Marie
|
3899b1cc10
|
docs(dialog): update dialog (#137)
|
2023-04-03 08:19:47 +04:00 |
|
Hugo Sainte-Marie
|
49dbba624f
|
docs(scroll-area): update description for scroll-area (#136)
|
2023-04-03 08:14:59 +04:00 |
|
Storm
|
309267b73c
|
docs: change sheet wrong import (#141)
|
2023-04-01 08:06:06 +04:00 |
|
shadcn
|
faf05aa086
|
docs(www): update prod message
|
2023-03-08 19:27:03 +04:00 |
|
shadcn
|
be701cf139
|
feat: add @shadcn/ui cli (#112)
|
2023-03-08 11:37:15 +04:00 |
|
shadcn
|
4f08684c5e
|
fix(sheet): add component prop in mdx
|
2023-03-02 15:00:15 +04:00 |
|
Damián Ricobelli
|
773e4344b7
|
feat(sheet): add sheet component (#50)
|
2023-03-02 14:57:44 +04:00 |
|
shadcn
|
e77f7d2d23
|
feat(examples): add example app (#80)
|
2023-02-13 21:28:40 +04:00 |
|
Kfir Fitousi
|
3bd0b3fa91
|
fix(docs): fix destructive toast example src (#77)
|
2023-02-12 09:53:17 +04:00 |
|
shadcn
|
19813d25d6
|
ci: add code-check workflow (#71)
|
2023-02-10 11:15:33 +04:00 |
|
Vincent Dusautoir
|
a94375fb85
|
feat(toast): add toast component
|
2023-02-10 10:03:52 +04:00 |
|
Yousef Alsayid
|
bfa28f782d
|
docs(dialog): add docs for using dialog in context menu or dropdown (#55)
|
2023-02-08 21:18:43 +04:00 |
|
shadcn
|
6d63bcbe1f
|
fix(docs): update command usage doc
|
2023-02-08 07:48:13 +04:00 |
|
Donovan Dikaio
|
fbc75c8902
|
docs(www): fix broken link (#65)
|
2023-02-08 07:46:40 +04:00 |
|
shadcn
|
85d5861fa2
|
docs(www): update text
|
2023-02-07 23:12:45 +04:00 |
|
shadcn
|
b386de2cfe
|
docs(www): add credits
|
2023-02-07 21:56:10 +04:00 |
|
shadcn
|
b09a75275a
|
feat(command): add command component
|
2023-02-07 21:39:08 +04:00 |
|
Swapnanil Gupta
|
1334ac57be
|
feat(toggle): add the Toggle component
* Added Toggle UI component
* Added Toggle examples and docs
* Added radix ui package installation instruction
* fix(toggle): simplify variants
|
2023-02-04 10:44:49 +04:00 |
|
Vincent Dusautoir
|
a0b1f89455
|
feat: add navigation-menu (#31)
* feat: navigation-menu
* fix: export at the end
* fix: rounded-md
* fix: demo design
* rename: NavigationMenuRoot -> NavigationMenu
* feat: update roadmap
* feat: update style for navigation menu
* feat: implement navigation menu component
* feat: implement navigation menu for www
---------
Co-authored-by: shadcn <m@shadcn.com>
|
2023-01-29 21:28:13 +04:00 |
|
Chris K
|
8ccac51527
|
docs: update installation.mdx (#13)
* Update installation.mdx
* Update installation.mdx
|
2023-01-29 14:18:08 +04:00 |
|
shadcn
|
87003c9290
|
Merge branch 'main' of github.com:shadcn/ui into Andersgee/main
|
2023-01-29 14:02:01 +04:00 |
|
shadcn
|
9dca4334e5
|
feat: update tooltip primitive
|
2023-01-29 14:01:40 +04:00 |
|
Vedant Nandwana
|
2d5a6a0fe4
|
feat: implement destructive variant for button (#33)
* feat(button): add destructive variant
* docs(button): add example for destructive variant
|
2023-01-29 13:49:29 +04:00 |
|
Mateusz Hladky
|
450d9e05c5
|
fix: docs typo (#12)
|
2023-01-26 20:29:27 +04:00 |
|
shadcn
|
0a241be17f
|
feat: initial commit
|
2023-01-24 19:51:29 +04:00 |
|