Skip to main content

Components, hooks, and utilities
for React 19.

The @rtorcato React toolkit — a typed monorepo of packages spanning UI, headless hooks, and helpers. Built on Radix UI and Tailwind CSS v4.

npm install @rtorcato/shadcn-ui
example.tsx
import { Button } from '@rtorcato/shadcn-ui/components/ui/button'
import '@rtorcato/shadcn-ui/styles.css'

export function Example() {
  return (
    <Button variant="outline">
      Click me
    </Button>
  )
}
Radix-powered
Radix-powered
Accessible, unstyled primitives from Radix UI under the hood.
Tailwind CSS v4
Tailwind CSS v4
Styled with the latest Tailwind; theme via CSS variables.
Own your components
Own your components
Built on shadcn/ui — copy, extend, and customize freely.
TypeScript-first
TypeScript-first
Strict types and full IntelliSense on every component.

Everything you need

Primitives from shadcn/ui plus custom components — import exactly what you need.

Browse the docs →

Sibling projects

More from @rtorcato — same conventions, same release pipeline.