Skip to content

Commit

Permalink
Merge branch 'main' into feat/stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
damianricobelli authored Jul 9, 2023
2 parents 0297f06 + ac5c727 commit a29903f
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 233 deletions.
4 changes: 2 additions & 2 deletions apps/www/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ toc: false

## July 2023 - JavaScript

This project and the components are written in TypeScript. We recommend using TypeScript for your project as well.
This project and the components are written in TypeScript. **We recommend using TypeScript for your project as well**.

However we provide a JavaScript version of the components as well. The JavaScript version is available via the [cli](/docs/cli).
However we provide a JavaScript version of the components, available via the [cli](/docs/cli).

```txt
Would you like to use TypeScript (recommended)? no
Expand Down
2 changes: 1 addition & 1 deletion apps/www/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Which frameworks are supported?
</AccordionTrigger>
<AccordionContent>

You can use any framework that supports React. Next.js, Astro, Remix, Gatsby etc.
You can use any framework that supports React. [Next.js](https://ui.shadcn.com/docs/installation/next), [Astro](https://ui.shadcn.com/docs/installation/astro), [Remix](https://ui.shadcn.com/docs/installation/remix), [Gatsby](https://ui.shadcn.com/docs/installation/gatsby) etc.

</AccordionContent>
</AccordionItem>
Expand Down
Loading

0 comments on commit a29903f

Please sign in to comment.