@capra/core
v1.5.1
Published
Core React components for the Capra design system
Readme
@capra/core
Overview
@capra/core publishes the foundational React components for the Capra design system, along with the package stylesheet entry point at @capra/core/styles.css.
Documentation
Human-readable documentation is available at https://capra.cribl.io.
LLM-readable documentation is available at https://capra.cribl.io/llms.txt.
Install
pnpm add @capra/core @capra/theme react react-domUsage
import '@capra/theme/base.css';
import '@capra/core/styles.css';
import { Button } from '@capra/core';
export function Example() {
return <Button>Run search</Button>;
}Peer dependencies
@capra/core expects react and react-dom as peer dependencies.
License
This package is proprietary software. See LICENSE.txt.
