shadcn
1d55420629
docs(www): add callout for tailwind v3
2025-03-10 21:15:23 +04:00
shadcn
1822d95883
docs(www): update docs for vite ( #6807 )
2025-02-28 14:30:10 +04:00
shadcn
2af2979cf4
docs(www): typo
2025-02-10 21:10:42 +04:00
shadcn
86642840e2
docs(www): update for tailwind v4 ( #6608 )
2025-02-10 11:43:03 +04:00
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
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
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
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
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
shadcn
edc653c01e
feat(shadcn-ui): add support for jsx ( #834 )
2023-07-04 23:22:20 +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