Thomas Marrec
a465432a66
fix(carousel): adjust types for embla-carousel-react@8 ( #2326 )
...
Fixes #2322 , #2281
Thanks to @akynau & @nianiam
2024-01-18 07:22:45 +00:00
Oguz Kazkayasi
7822e06904
Adds missing display names to Pagination Elements ( #2178 )
...
* fix: add missing pagination names
* chore: build registry
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-01-18 11:08:25 +04:00
Takeshi Kriang
578d2c1823
fix(pagination): remove incorrect nested li from pagination link ( #2190 )
...
* feat: remove PaginationItem
* chore: build registry
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-01-18 10:58:22 +04:00
김태강
8f3b28f50f
feat(components): add "use client" directive to carousel, resizable component ( #2319 )
...
[Reopen a PR that was accidentally closed.](https://github.com/shadcn-ui/ui/pull/2233 )
carousel, resizable components to be used by the app router, a "use client" directive is required.
2024-01-07 09:24:23 +00:00
shadcn
be580dbf76
feat(cli): add support for custom ui dir ( #2266 )
...
* feat(cli): add support for custom ui dir
* docs(www): update docs for aliases.ui
* chore: add changeset
2024-01-02 22:32:15 +04:00
shadcn
f60945c252
fix: add tailwind.prefix to schema ( #2200 )
...
* fix: add tailwind.prefix to schema
* fix(www): format
2023-12-26 18:00:26 +04:00
shadcn
57d404b5d3
feat: new components ( #2144 )
2023-12-22 23:36:59 +04:00
Max Wiseman
1db90baaf2
feat(toggle-group): add toggle-group component ( #1547 )
...
* feat: added toggle-group component
* fix(components): ran build:registry script
* fix(components): fixed colors in toggle-group
- Dark mode border color is now consistent with the toggle component
* fix(components): fixed component.json toggle-group
- Added the content field to `components.json` for toggle-group
- Ran build:registry again
* feat(toggle-group): simplify implementation
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-11-12 23:03:14 +04:00
shadcn
3dc6207e97
chore: build registry
2023-11-12 22:13:40 +04:00
Mubin Ansari
147206c168
Remove Redundant md:w-full class in DialogPrimitive.Content in dialog and alert-dialog ( #1640 )
...
closes #1639
2023-11-12 11:09:14 +00:00
Thomas Alberola
e6e9a6772b
Move className overwrite of AccordionContent to the children component ( #1670 )
...
In order to have a smooth opening of the accordion, moving the `AccordionContent` `className` overwrite to the children wrapper component allow Radix to calculate correctly the animation and execute a smooth animation in case of `className` on the `AccordionContent` component.
Possibly related to https://github.com/shadcn-ui/ui/issues/944
2023-11-12 10:56:52 +00:00
shadcn
8fad64a854
feat(select): add scroll up and down button
2023-11-12 14:25:35 +04:00
Tanish Baansal
3a279a2766
refactor(calendar): updated css so date doesn't show up selected twice in DatePickerComponent ( #1852 )
...
React Day Picker also has a unique styling distinction that designates the `day_outside` dates as unselected, and the selection of `day_outside` only highlights the dates in the next month. This PR will fix this issue - https://github.com/shadcn-ui/ui/issues/1762 and help with a cleaner UX ✨
<br/>
| Old Date Range Picker | New Date Range Picker |
| ---------------------- | ---------------------- |
|  |  |
<br/>
#### React Day Picker
<img width="444" alt="image" src="https://github.com/shadcn-ui/ui/assets/7449806/aaeae160-b38c-4c16-bb2d-66898cf290d3 ">
2023-11-12 09:36:12 +00:00
Gravy59
51c8c3d798
fix( #1686 ): remove redundant children prop ( #1717 )
...
This pull request resolves #1686 .
## Rationale for this PR
This PR affects the code for `RadioGroupItem` in both styles by removing the `children` prop from the component. The children prop is automatically passed in by the use of the spread operator (`...props`) and is redundant because it is never used in the component.
This PR shouldn't affect tests, representation, etc. and is merely a cosmetic change. There is no urgent need to merge this.
2023-11-12 09:28:07 +00:00
shadcn
6e399abdb4
fix(table): update style for table footer ( #1931 )
...
* fix(table): update table footer style
* chore: run registry
* style: fix docs
2023-11-12 11:20:18 +04:00
shadcn
2a346ede51
feat(www): add custom close button example ( #1753 )
2023-10-15 16:28:57 +04:00
shadcn
43c4023ed8
chore: rebuild registry
2023-10-03 18:47:47 +04:00
Dani
33b77e2f31
fix(toast): toast add missing text color class ( #1162 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-17 15:27:23 +04:00
我不是张硕
646f715388
fix(www): error in color values for slaet ( #1224 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-17 13:35:06 +04:00
shadcn
8be9e5d966
fix(www): extra semi
2023-08-15 19:25:11 +04:00
Nguyen Long Nhat
a8b1ea7e55
fix: remove semicolon duplicated in theme.css ( #1146 )
2023-08-15 19:24:37 +04:00
shadcn
3c9f7ca0e2
feat: themes ( #1135 )
2023-08-07 22:39:16 +04:00
Antsiferov Maxim
8cf0c7f3ba
fix(alert): padding on Firefox ( #1059 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-07-30 15:50:11 +04:00
shadcn
edc653c01e
feat(shadcn-ui): add support for jsx ( #834 )
2023-07-04 23:22:20 +04:00
Fady Makram
a8bb2ef737
fix(accordion): prevent accordion chevron from shrinking on smaller viewports ( #717 )
...
* Prevent accordion chevron from shrinking on smaller viewports
* fix: apply feedback
2023-06-27 11:39:54 +04:00
Daniele Luisetto
fbed50f4e8
fix(shadcn-ui): cssVars template typo causing missing value ( #682 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-06-24 20:10:01 +04:00
shadcn
cf139e5fa1
feat: add manual installation for components ( #666 )
2023-06-23 14:28:34 +04:00
Amruth Pillai
f1de3401a2
fix: update schema.json ( #651 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-06-23 00:27:28 +04:00
shadcn
eeb17545a1
feat: new CLI, Styles and more ( #637 )
2023-06-22 22:44:52 +04:00
shadcn
4ccff13f9c
feat: react-hook-form ( #377 )
...
* feat(form): add form component
* feat(www): update site styles
* feat: add form examples
* docs(www): add docs for forms
* docs(www): hide tabs for docs demo
2023-05-19 22:56:49 +04:00
shadcn
f8272baf07
feat: add table and data table ( #321 )
2023-05-09 23:25:26 +04:00
shadcn
a703c6fb58
feat: CSS variables and CLI ( #180 )
2023-04-17 19:19:40 +04:00
shadcn
0a241be17f
feat: initial commit
2023-01-24 19:51:29 +04:00