build-themes
v0.1.1
Published
Headless React design studio and reusable theme toolkit.
Readme
build-themes
Reusable React design tokens, primitives, and helpers for product apps.
Install
npm install build-themesUse
import 'build-themes/styles.css'
import { Button, Dialog, Input } from 'build-themes/primitives'
import { useTheme } from 'build-themes'Public entry points
build-themes— hooks, stores, and shared helpersbuild-themes/primitives— React UI primitives and compositesbuild-themes/styles.css— design tokens and base styles
Build
pnpm build:libPublish
npm login
pnpm build:lib
npm publish