Commit Graph

55 Commits

Author SHA1 Message Date
Quentin
dbbdbe618f fix(www): missing ']' in className (#358)
* fix(code-block-wrapper): missing ']' in className

* fix(code-block-wrapper): re-order tailwind className

---------

Co-authored-by: shadcn <m@shadcn.com>
2023-05-16 15:41:35 +04:00
Yiyang
b09cff40ae fix(textarea): replace h-20 with min-h-[80px] (#344)
Co-authored-by: shadcn <m@shadcn.com>
2023-05-16 15:04:17 +04:00
Jack
5a2ce61e2e fix(data-table): uncontrolled input error on data-table (#335) 2023-05-11 10:07:39 +04:00
shadcn
f8272baf07 feat: add table and data table (#321) 2023-05-09 23:25:26 +04:00
Mike Robinson
9a6b934421 feat(table): add table component (#248)
* Add table.tsx

* Update table.tsx

---------

Co-authored-by: shadcn <m@shadcn.com>
2023-05-08 15:49:19 +04:00
Mike Robinson
b3247d90a6 fix(checkbox,radio-group): Increase contrast ratio of checkboxes and radio buttons (#224)
* Update checkbox.tsx

* Update radio-group.tsx

* fix(radio-group): update colors for contrast

* fix(checkbox): update colors for contrast

---------

Co-authored-by: shadcn <m@shadcn.com>
2023-05-08 15:43:10 +04:00
James
be64c55901 fix(dropdown-menu): dropdown sub menu using wrong text color (#285) 2023-05-03 17:20:18 +04:00
shadcn
b19199a35d docs: move combobox and date picker to their own page (#283) 2023-05-03 15:59:00 +04:00
Evan Rosenfeld
d99b992e27 feat(button): support render delegation with asChild parameter (#174) 2023-04-30 12:01:41 +04:00
Elliot Anderson
7dc67be1ad fix(www): set icon fill to current currentColor (#239) 2023-04-29 18:52:25 +04:00
Jack B
2a61b54096 fix(www): component selection in copy-button (#220)
Co-authored-by: shadcn <m@shadcn.com>
2023-04-20 16:20:14 +04:00
shadcn
5e915756d5 feat(www): implement event tracking (#218)
* feat(www): implement event tracking

* fix(www): always show copy button

* fix(www): update align props for copy button
2023-04-20 12:21:50 +04:00
Elia Maino
bfc66148ea fix(badge): update destructive bg color on hover (#189) 2023-04-20 09:34:32 +04:00
shadcn
68e1c5624a chore(www): update deps and fix CI errors (#204) 2023-04-19 13:22:53 +04:00
shadcn
3812e119c0 fix(www): color of link 2023-04-18 10:18:13 +04:00
shadcn
4c9a706204 fix(switch): update background color for dark mode 2023-04-18 10:17:00 +04:00
Gimel Dick
eb36e53057 fix: typo in badge component (#186) 2023-04-18 05:45:45 +04:00
shadcn
a703c6fb58 feat: CSS variables and CLI (#180) 2023-04-17 19:19:40 +04:00
shadcn
b5d43688b9 feat(shadcn-ui): add support for aliases 2023-04-17 12:59:57 +04:00
Raj Savaliya
81ee0de71c chore: replace third party @next/font with next/font (#145) 2023-04-03 09:15:23 +04:00
shadcn
272c7c0980 feat(button): remove active:scale-95 2023-04-01 07:11:34 +04:00
shadcn
33e72a6796 fix: remove dropdown from main nav 2023-04-01 06:46:14 +04:00
shadcn
9a8cb016a8 fix: eslint warnings 2023-03-08 13:24:16 +04:00
shadcn
be701cf139 feat: add @shadcn/ui cli (#112) 2023-03-08 11:37:15 +04:00
Damián Ricobelli
773e4344b7 feat(sheet): add sheet component (#50) 2023-03-02 14:57:44 +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
e77f7d2d23 feat(examples): add example app (#80) 2023-02-13 21:28:40 +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
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
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
Lucas Thevenet Cervantes
d3153b66f7 fix(slider): value prop not being passed 2023-02-05 10:41:00 +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
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
shadcn
87003c9290 Merge branch 'main' of github.com:shadcn/ui into Andersgee/main 2023-01-29 14:02:01 +04:00