# @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

```sh
pnpm add @capra/core @capra/theme react react-dom
```

## Usage

```tsx
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](./LICENSE.txt).
