Files
shadcn-ui/templates/react-router-app
dependabot[bot] 6c5d5d6374 chore(deps-dev): bump vite in /templates/react-router-app (#10956)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.14 to 8.0.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-17 10:52:29 +04:00
..
2026-02-17 15:21:13 +04:00
2026-02-17 15:21:13 +04:00
2026-05-27 21:08:26 +04:00
fix
2026-02-20 16:40:41 +04:00
2026-02-17 15:21:13 +04:00
2026-02-17 15:21:13 +04:00
2026-05-27 21:08:26 +04:00
2026-02-17 15:21:13 +04:00
2026-05-27 21:08:26 +04:00

React Router + shadcn/ui

This is a template for a new React Router project with React, TypeScript, and shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";