@classic-homes/theme-react
v0.1.58
Published
React components for the Classic theme system
Downloads
419
Readme
@classic-homes/theme-react
React components for the Classic theme system (Radix UI + CVA).
Installation
npm install @classic-homes/theme-reactStyling
Most components are styled with Tailwind utilities from
@classic-homes/theme-tailwind-preset. A few components ship additional plain
CSS (e.g. the DataPanel resize handles). Import the package stylesheet once
in your app entry so those styles load:
/* app entry css, before the Tailwind directives */
@import '@classic-homes/theme-react/styles.css';or in JS/TS:
import '@classic-homes/theme-react/styles.css';Without this import the DataPanel resize handles (edges + corners) will not be
positioned or visible, so detached/pinned resizing won't work.
