shadcn
2f869a2590
feat(www): code blocks package manager ( #6075 )
...
* feat(www): code blocks
* fix: code style
2024-12-14 19:13:06 +04:00
shadcn
600a593c87
docs(www): update manual installation ( #5817 )
2024-11-13 15:42:52 +04:00
shadcn
2c2fe97eb9
feat: move new-york to lucide-react ( #5602 )
...
* feat: move new-york to lucide-react
* fix: mail open
* chore: update registry
* chore: add test:dev
* chore: add changeset
* feat: build an icon registry
* chore: add missing registry icons
* feat: add an icons debug page
* feat: add an icon migration
* chore(www): migrate all radix icons to lucide
* feat: update migration script
* chore: update changeset
* feat(shadcn): implement icons transformer
* fix: missing registry icons
* fix(shadcn): handling of missing icons
* feat: add support for multiple libraries
2024-11-06 00:00:41 +04:00
shadcn
6e47a94a8f
chore: format
2024-10-30 15:40:46 +04:00
Barinderpreet Singh
ab6a856930
Docs: update vite installation docs ( #4741 )
...
* docs: update vite installation docs
* Update content config
---------
Co-authored-by: shadcn <m@shadcn.com >
2024-10-30 15:37:32 +04:00
Maou
9e0a86122a
fix(docs): resolve link issue in documentation pages ( #5633 )
...
Updated broken link in documentation routing file.
This ensures that the correct content is loaded based on the slug.
2024-10-30 07:10:15 +00:00
shadcn
64739f8399
feat: react 19 ( #5621 )
...
* feat(shadcn): add flag prompt for npm
* docs: add docs for react 19
* chore: add changeset
* test: update snapshots
* docs: add notes for recharts
* docs: fix
* fix
* fix: linting
2024-10-29 21:30:05 +04:00
Artem Zakharchenko
7dfdb029e7
use "?url" suffix in "tailwind.css" import (Remix) ( #4945 )
...
Importing `tailwind.css` is incorrect as it will treat that file as a CSS Module, throwing that it has no `default` export.
Instead, the tutorial relies on the import returning a _URL_ to the stylesheet. Adding `?url` to the import specifier is the way to go.
2024-09-26 12:42:49 +00:00
shadcn
f5931f8d09
docs(www): update installation docs ( #4725 )
2024-09-03 16:41:48 +04:00
shadcn
0b74059d38
docs(www): update laravel docs
2024-09-03 16:35:36 +04:00
shadcn
0f7591f67c
docs(www): updates docs for Astro ( #4723 )
2024-09-03 15:35:24 +04:00
shadcn
a62a155aac
(1/N) cli: framework support ( #4569 )
2024-08-31 01:54:48 +04:00
Ethan Brown
dd9900ba0e
docs(www): update Vite instructions ( #4260 )
2024-07-15 12:33:40 +04:00
Sushant Mishra
238e492181
fix(docs): resolve imports for IDE ( #4275 )
...
IDE uses the config mentioned in the `tsconfig.app.json` file whereas shadcn uses the config mentioned in the `tsconfig.json` file for path resolution
Before adding the path to `tsconfig.app.json`

After adding the path to `tsconfig.app.json`

This commit mentions the same in the installation with `vite` docs
2024-07-15 06:57:48 +00:00
shadcn
7c3da3e348
fix: display of txt code block ( #3149 )
2024-03-25 16:16:40 +04:00
Dominik Ferber
3a4c3b2f7d
fix nextjs docs ( #3075 )
2024-03-21 13:38:21 +04:00
alpaca
2de7bbf32e
docs(next-installation): Fixed type error in Next.js installation by removing export from fontSans ( #2673 )
...
This PR fixes the issue [#2337 ](https://github.com/shadcn-ui/ui/issues/2377 ).
I removed `export` of `fontSans` from `app/layout.tsx`, which was causing a type error.
I have ensured that this modification does not impact other functionalities. Your feedback on this pull request would be greatly appreciated.
Thank you for your consideration.
2024-03-03 11:03:04 +00:00
vinay
73be841162
[Docs] Update CLI options while configuring components.json ( #2283 )
...
New Line added to the docs.
Just for the consistency.

2024-01-07 09:23:35 +00:00
Js Park
6f3050248c
docs(www): update installation of Astro ( #1958 )
...
- The latest version of Astro generates `tailwind.config.mjs` file instead of `tailwind.config.cjs`.
- The `index.astro` file is located in `/src/pages`.
2023-11-19 07:24:12 +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
Cole Cline
c82a6fab5f
docs(www): Missing import statement ( #1877 )
...
Added missing import statement in fonts example in Next.js installation docs
2023-11-12 10:17:56 +04:00
Peeranat Danaidusadeekul
24ec36ee7b
docs: add missing tailwind config in Astro install ( #1264 )
...
* docs: add missing tailwind config in Astro install
* style: prettier format
---------
Co-authored-by: Peeranat Danaidusadeekul <ppeeranat.d@skooldio.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-10-21 16:26:28 +04:00
Luka Hartwig
4ec8a67dab
Support tailwind.config.ts ( #1247 )
...
Fixes #659
Fixes #633
Create Next App is using `tailwind.config.ts` in the TypeScript template. Since this is a very common use case it would be nice to preserve the type safety of the file.
I added new templates for TypeScript files. I see there is an issue #1073 which asks for ESM support as well. This is not included in this PR.
I also fixed the type error in the keyframes that is also handled in #636
2023-10-19 17:44:11 +00:00
CamTheGoblin
9091dcdc1b
docs(install): Clarify & Match tsconfig Edits ( #1642 )
...
This is a small update to the installation instructions for some of the frameworks to make the instructions on editing the tsconfig file consistant across the frameworks, and remove some potentially confusing wording (if people read too fast...like me).
Mainly applying the gatsby tsconfig instructions to vite and astro, as it is the most clear.
Additionally changed the wording from:
```
Add the code below to the compilerOptions...
```
to:
```
Add the following code to the compilerOptions...
```
to avoid people easily misreading it as "add the code **below the** compilerOptions".
2023-10-19 17:27:01 +00:00
Robert Soriano
4083876e80
docs: update Remix config to use ESM ( #1710 )
...
* docs(remix): replace postcss config sample to use export default
* docs(remix): replace tailwind config sample to use export default
---------
Co-authored-by: shadcn <m@shadcn.com >
2023-10-16 12:56:08 +04:00
shadcn
82c56f9503
docs(www): add fonts docs ( #1752 )
2023-10-15 15:37:25 +04:00
MD
c9ca64d2b9
docs(www): update manual.mdx ( #1471 )
...
Fix file name
Co-authored-by: shadcn <m@shadcn.com >
2023-09-18 16:25:26 +04:00
rcrosbourne
c34193cd34
docs(www): add Laravel install docs ( #1279 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-24 20:01:29 +04:00
Guten Ye
de3c34845b
docs(www): update import in remix installation ( #974 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-03 22:27:39 +04:00
GrungeElFz
cf95943446
docs(www): update import path for button ( #839 )
...
Co-authored-by: shadcn <m@shadcn.com >
2023-08-03 19:03:44 +04:00
munan56
6cf598d47f
docs(www): update import path next.mdx ( #1062 )
2023-07-28 15:56:19 +04:00
Lennart Gastler
26c8d0f662
docs(www): improve astro guide ( #858 )
2023-07-12 20:17:25 +04:00
shadcn
edc653c01e
feat(shadcn-ui): add support for jsx ( #834 )
2023-07-04 23:22:20 +04:00
Lennart
cbe0f1959c
docs(www): improve Gatsby guide ( #826 )
2023-07-04 10:55:01 +04:00
Daniele Luisetto
dbd3b8f066
docs(www): add astro installation guide ( #824 )
2023-07-04 10:02:34 +04:00
Moinul Moin
7abb4019c3
docs(www): add installation guide for Gatsby ( #822 )
...
* docs: add installation guide for Gatsby
* docs: add PR review changes
2023-07-03 22:23:52 +04:00
shadcn
b14081631f
docs(www): fix link
2023-06-30 23:32:17 +04:00
shadcn
ea6699adbf
feat: restructure installation docs
2023-06-30 22:37:43 +04:00
Samuel Adebayo
1f004243d4
docs(www): add react with vite installation guide ( #714 )
...
* docs: add react with vite installation guide
* refactor(docs): move Ract with vite page into installation.mdx as tab
* fix(docs): remove classnames and wrapper divs
* fix(docs): update tsconfig file path to default @
* docs(www): fix code style
---------
Co-authored-by: Samuel Adebayo <samuel.adebayo@engagetech.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-06-30 21:21:10 +04:00
Christoffer Hallas
eee7ce6879
docs(www): add remix and tabbed installation docs ( #753 )
...
* docs: add react with vite installation guide
* refactor(docs): move Ract with vite page into installation.mdx as tab
* fix(docs): remove classnames and wrapper divs
* fix(docs): update tsconfig file path to default @
* feat: added remix installation docs
* feat: added tabbed installation docs
* fix: remove log statement
* fix: cleaned up, restored usage notice, removed vite for now
* fix: moved installation.mdx into folder
---------
Co-authored-by: Samuel Adebayo <samuel.adebayo@engagetech.com >
Co-authored-by: shadcn <m@shadcn.com >
2023-06-29 17:27:03 +04:00