@wheelhouse/ui
v0.1.6
Published
React components (Base UI + shadcn-style patterns) with Tailwind CSS v4, bundled as ESM with TypeScript declarations.
Downloads
623
Readme
@wheelhouse/ui
React components (Base UI + shadcn-style patterns) with Tailwind CSS v4, bundled as ESM with TypeScript declarations.
Install
npm install @wheelhouse/uiPeer dependencies (install if your app does not already satisfy them):
npm install react react-dom @base-ui/react tailwindcss@wheelhouse/tokens is a normal dependency of this package—you do not need to install it unless you import tokens directly.
Styles
In your CSS entry:
@import '@wheelhouse/ui/globals.css';If your app uses Tailwind CSS v4, add a @source so Tailwind scans the published bundle for class names (skip this if you are not using Tailwind—@source is Tailwind-only):
@source '../node_modules/@wheelhouse/ui/dist';Point @source at node_modules/@wheelhouse/ui/dist using a path that resolves from your CSS file.
Components
import { Button } from '@wheelhouse/ui';See the package exports in package.json for available entry points (for example ./globals.css).
Monorepo
Storybook, the shadcn CLI, workspace commands, and publishing are documented in the repository's root README.
