@billabex/ui-preset
v0.1.1
Published
Optional Panda CSS preset for the Billabex design system
Readme
@billabex/ui-preset
Optional Panda CSS preset for the Billabex design system. Use it only if your app also uses Panda and you want Billabex tokens and conditions inside your own panda.config.ts.
Part of the Lingot monorepo.
Install
pnpm add -D @billabex/ui-preset @pandacss/devUsage
import { defineConfig } from '@pandacss/dev'
import { billabexPreset } from '@billabex/ui-preset'
export default defineConfig({
presets: [billabexPreset],
})Includes
- primitive colors, spacing, radii, shadows, and typography tokens
- semantic tokens for background, text, action, status, and border
- responsive conditions from
smthroughdesktopXl
If you only want the React components, install @billabex/ui-components instead — Panda is optional for component consumers.
