Licence
MIT
Version
0.15.0
Deps
8
Size
2.3 MB
Vulns
0
Weekly
0
@behavioral-agentic-design-system/core
Core of the Behavioral Agentic Design System: design tokens, the base shadcn/ui component set, and shared utilities.
Install
pnpm add @behavioral-agentic-design-system/coreUse
import { Button } from "@behavioral-agentic-design-system/core/components/ui/button";
import tokens from "@behavioral-agentic-design-system/core/tokens.json";For client repos that fork the BADS template, this package is consumed via pnpm workspace protocol ("@behavioral-agentic-design-system/core": "workspace:*"). For client repos that just want the components, install from the registry.
Publishing
Tag a release on the parent repo (v0.x.x) and the GitHub Actions workflow publishes to npm. Bump version in this package.json first.