Commit Graph

70 Commits

Author SHA1 Message Date
shadcn
5fc7f7b2bd fix: update type 2023-03-08 13:05:00 +04:00
shadcn
3de9c0c7b8 fix: npm scripts 2023-03-08 12:59:49 +04:00
shadcn
2478e664ad ci: implement release workflows (#113) 2023-03-08 12:55:10 +04:00
shadcn
9cee5cd83e chore: add release-pr workflow 2023-03-08 11:55:08 +04:00
shadcn
385cc1a57d chore: add @changesets/changelog-github 2023-03-08 11:39:28 +04:00
shadcn
be701cf139 feat: add @shadcn/ui cli (#112) 2023-03-08 11:37:15 +04:00
shadcn
b043cf7f8c chore: update template 2023-03-02 15:17:11 +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
Wojciech Snopkowski
1612538ea6 fix(example/playground): input value (#103) 2023-03-01 17:26:06 +04:00
Shane Rogers
0089c9ec46 fix(www): unexpected lexical declaration in case block (#106)
Add code block to case which declares a variable
2023-03-01 17:07:53 +04:00
shadcn
27c25bbf7e fix(next-template): add missing use-toast hook 2023-02-19 12:46:07 +04:00
shadcn
6da17138a6 feat(next-template): update to latest components 2023-02-19 10:26:04 +04:00
Pavlo
470ce96e2d feat(www): make icon reflect theme setting (#92)
Co-authored-by: shadcn <m@shadcn.com>
2023-02-19 10:17:11 +04:00
Pedro Filho
6e93b93922 fix(button): a11y issue with "danger" button (#79)
Co-authored-by: shadcn <m@shadcn.com>
2023-02-19 10:11:08 +04:00
Sarim Abbas
bbdb0b2a9f feat(navigation-menu): add active link styling (#90) 2023-02-19 10:10:21 +04:00
Aaron Pettengill
73c4bde7ce fix(command): correct padding of command groups when list is filtered (#85) 2023-02-19 10:08:21 +04:00
Código y más
259051130f fix(button): bg color for link button (#56)
Co-authored-by: shadcn <m@shadcn.com>
2023-02-19 10:00:59 +04:00
Vedant Nandwana
009623687a fix(www): add support for windows ctrl key (#97) 2023-02-18 22:32:07 +04:00
shadcn
7f092ca3c9 chore: temporarily remove logsnag (#91) 2023-02-16 13:13:06 +04:00
gregonarash
3e4a6af3d5 fix(button): add scale down on press/tap (#87) 2023-02-16 12:39:00 +04:00
shadcn
afecd052b5 feat(example): add GitHub link 2023-02-13 22:23:04 +04:00
shadcn
1656f98a9c fix(examples): remove docs link 2023-02-13 22:03:26 +04:00
shadcn
8cd0d5c257 fix(example): some a11y improvements 2023-02-13 22:00:57 +04:00
shadcn
abe886f224 fix(playground): update meta 2023-02-13 21:42:28 +04:00
shadcn
e77f7d2d23 feat(examples): add example app (#80) 2023-02-13 21:28:40 +04:00
shadcn
76da3dd78c docs: update README 2023-02-12 10:37:01 +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
Theodorus Clarence
e246a11c5c fix(popover): add animation for left and right side 2023-02-10 09:56:38 +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
sunney
06c9c54fa9 fix(alert-dialog): typo in demo 2023-02-08 21:15:16 +04:00
sunney
30f0f46130 fix(dropdown-menu): add slide-from-left and slide-from-right animations 2023-02-08 21:11:32 +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
Yazalde Filimone
91217ddb5e fix(navigation-menu): broken navigation menu in small screen 2023-02-07 13:02:14 +04:00
Theodorus Clarence
403ec20e15 chore: add husky prepare 2023-02-06 15:25:29 +04:00
Lucas Thevenet Cervantes
d3153b66f7 fix(slider): value prop not being passed 2023-02-05 10:41:00 +04:00
shadcn
1c27400c2c docs: update README 2023-02-04 10:52:11 +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
shadcn
1836168345 feat: add figma link 2023-02-03 21:23:16 +04:00
shadcn
614252b16e fix: remove link 2023-02-03 20:06:47 +04:00
shadcn
531300f6a3 feat: add figma landing page 2023-02-03 20:04:30 +04:00
Elia Maino
f7b810a799 fix(tabs): text color in dark mode 2023-01-31 21:21:33 +04:00
kevinmitch14
b521db3abd fix(dropdown-menu): text and border colors 2023-01-31 10:29:45 +04:00
Lucas Pessivaldo
7b121b10ab fix: switch position issue (#39) 2023-01-29 23:35:45 +04:00