Files
shadcn-ui/templates/start-app
dependabot[bot] 57ec5026fc chore(deps): bump tailwindcss in /templates/start-app
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.2.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 16:22:33 +00:00
..
fix
2026-02-26 16:03:56 +04:00
2026-03-04 14:21:03 +04:00
2026-02-14 18:36:56 +04:00
2026-02-14 18:36:56 +04:00
2025-12-09 01:54:22 +04:00
2026-02-14 18:36:56 +04:00
2026-02-14 18:36:56 +04:00
2026-02-14 18:36:56 +04:00
2026-02-14 18:36:56 +04:00
2026-02-14 18:36:56 +04:00

TanStack Start + shadcn/ui

This is a template for a new TanStack Start 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";