Anshul Kanwar
4b200ebf59
docs: typo in drawer, dialog and sheet ( #2306 )
2024-01-07 07:26:21 +00:00
Tilak Thapa
33795426dd
Fix: Add e.preventDefault() to prevent page reload ( #2278 )
...
Fixes #2277
Add `e.preventDefault()` to prevent page reload in mail component

2024-01-07 07:17:47 +00:00
shadcn
319c7c55cc
fix(www): mail icon size ( #2173 )
2023-12-24 09:32:46 +04:00
shadcn
57d404b5d3
feat: new components ( #2144 )
2023-12-22 23:36:59 +04:00
Danilo Britto
9f3ae7746f
docs(www): add indeterminate state checkboxes on all data table demos and code examples ( #1959 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-11-19 11:15:44 +04:00
Dimitri POSTOLOV
c579e9232c
add missing return Update page.tsx ( #1952 )
2023-11-17 00:20:36 +04:00
兰天游
08018ed623
feat: fix for column grouping ( #945 )
2023-11-12 19:12:40 +00: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
Yahor Barkouski
5d2373fb7a
fix(www): update faker version, reduce int() deprecation ( #1832 )
...
* fix: update faker version, reduce int() deprecation
* chore: pnpm format:write
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-11-12 22:12:58 +04:00
Martini
3c22784a98
docs(www): Fix typo ( #1853 )
2023-11-12 10:18:34 +04:00
Bumsik Kim
cf0dadafce
fix(example): Prevent hydration error in music example ( #1569 )
...
<DisalogTrigger> should have asChild when a button used.
2023-10-21 12:58:30 +00:00
Robert Soriano
7ce6c495bd
fix(www): rename DataTableFacetedFilter interface ( #1438 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-09-18 16:31:21 +04:00
Alonso Ureña
9441130f05
fix(www): payment method :has selector not working on Firefox ( #1209 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-16 21:11:49 +04:00
shadcn
3c9f7ca0e2
feat: themes ( #1135 )
2023-08-07 22:39:16 +04:00
Abdulelah
da7729644c
fix(combobox): search language by label in examples ( #989 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-07-30 15:33:18 +04:00
shadcn
aca3ef97e3
fix(www): responsive cards ( #1066 )
2023-07-28 23:14:38 +04:00
Deveesh Shetty
c9fecd4cdf
fix(www): overflow issue in documentation ( #1055 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-07-28 16:03:43 +04:00
shadcn
f78a4aaa28
chore(www): site updates ( #829 )
...
* chore(www): update to latest Next.js
* feat(www): replace lucide icons
2023-07-04 17:04:22 +04:00
sean-brydon
ab836d1ab3
fix(www): update data-table-toolbar to correctly handle isFiltered ( #702 )
...
* Update data-table-toolbar.tsx
* style(www): run format:write
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-06-26 16:16:03 +04:00
Caio Borghi
f8348621f4
docs(www): fix TypeScript typo ( #645 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-06-24 20:38:10 +04:00
shadcn
eeb17545a1
feat: new CLI, Styles and more ( #637 )
2023-06-22 22:44:52 +04:00
moshyfawn
042554ad07
fix(www): register field array input once ( #466 )
...
Closes : #465
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:20:43 +04:00
Hajime Nakagawa
71f496d41f
fix(command): modify incorrect className ( #473 )
...
text-foreground-muted => text-muted-foreground
Co-authored-by: shadcn <m@shadcn.com >
2023-05-29 11:16:04 +04:00
Raí Siqueira
060e896183
fix(www): fix language placeholder ( #433 )
...
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com >
2023-05-24 18:21:27 +04:00
dong.huo
f6b2d0c5dd
fix(www): add key to list map components ( #413 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-05-23 11:22:35 +04:00
moshyfawn
a3c904dcc9
fix(www): refactor controlled inputs API examples ( #385 )
...
* refactor: remove usage of uncontrolled input apis within controlled inputs
Closes : #384
* docs: display FormField controlled input usage example
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-05-20 08:58:44 +04:00
moshyfawn
f9d399172c
fix(www): display account form name input error ( #381 )
...
* docs: display account form name input error
Closes : #380
* style: remove callback return statement
2023-05-20 08:40:01 +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
Jack
5a2ce61e2e
fix(data-table): uncontrolled input error on data-table ( #335 )
2023-05-11 10:07:39 +04:00
shadcn
8eb3e1e160
fix(www): update padding for row actions
2023-05-10 20:51:00 +04:00
shadcn
5bc68894b8
fix(www): filter display for lg
2023-05-10 16:32:57 +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
68e1c5624a
chore(www): update deps and fix CI errors ( #204 )
2023-04-19 13:22:53 +04:00
shadcn
7a87fbfa77
fix(www): background color for auth form
2023-04-17 19:41:45 +04:00
shadcn
a703c6fb58
feat: CSS variables and CLI ( #180 )
2023-04-17 19:19:40 +04:00
Raj Savaliya
81ee0de71c
chore: replace third party @next/font with next/font ( #145 )
2023-04-03 09:15:23 +04:00
shadcn
29a333721a
feat: update front page
2023-04-01 06:55:03 +04:00
Vincent Dusautoir
a94375fb85
feat(toast): add toast component
2023-02-10 10:03:52 +04:00
shadcn
6d63bcbe1f
fix(docs): update command usage doc
2023-02-08 07:48:13 +04:00
shadcn
85d5861fa2
docs(www): update text
2023-02-07 23:12:45 +04:00
shadcn
b09a75275a
feat(command): add command component
2023-02-07 21:39:08 +04:00
shadcn
531300f6a3
feat: add figma landing page
2023-02-03 20:04:30 +04:00
Doğukan Çavuş
636c7afa00
fix: add display: 'swap' for fonts ( #21 )
2023-01-27 12:50:01 +04:00
Doğukan Çavuş
0b5cb611f4
fix( #7 ): always prefer minmax(0, 1fr) instead of 1fr ( #22 )
2023-01-26 20:28:19 +04:00
shadcn
0a241be17f
feat: initial commit
2023-01-24 19:51:29 +04:00