# @colonydb/anthill

Latest version **0.2.0-59** (published 2025-10-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @colonydb/anthill
pnpm add @colonydb/anthill
yarn add @colonydb/anthill
bun add @colonydb/anthill
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.2.0-59 |
| Published | 2025-10-27 |
| First published | 2021-08-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 173.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 1 |
| Maintainers | haydn |

## Links

- npm: https://www.npmjs.com/package/@colonydb/anthill
- Repository: https://github.com/colonydb/anthill
- Homepage: https://github.com/colonydb/anthill#readme
- Issues: https://github.com/colonydb/anthill/issues
- npm.io page: https://npm.io/package/@colonydb/anthill

## Dependencies (7)

- [clsx](https://npm.io/package/clsx.md) ^2.1.1
- [dedent](https://npm.io/package/dedent.md) ^1.5.3
- [refractor](https://npm.io/package/refractor.md) ^5.0.0
- [object-path](https://npm.io/package/object-path.md) ^0.11.8
- [react-markdown](https://npm.io/package/react-markdown.md) ^10.1.0
- [@haydn/universal](https://npm.io/package/@haydn/universal.md) ^0.0.4
- [hast-util-to-jsx-runtime](https://npm.io/package/hast-util-to-jsx-runtime.md) ^2.3.6

## Recent versions

- 0.2.0-59 (latest) — 2025-10-27
- 0.2.0-58 — 2025-10-27
- 0.2.0-57 — 2025-10-27
- 0.2.0-56 — 2025-10-24
- 0.2.0-55 — 2025-10-24
- 0.2.0-54 — 2025-10-24
- 0.2.0-53 — 2025-10-23
- 0.2.0-52 — 2025-10-22
- 0.2.0-51 — 2025-10-21
- 0.2.0-50 — 2025-10-21
- 0.2.0-46 — 2025-10-21
- 0.2.0-45 — 2025-10-17
- 0.2.0-44 — 2025-10-17
- 0.2.0-42 — 2025-09-24
- 0.2.0-41 — 2025-09-24
- … 43 more at https://npm.io/package/@colonydb/anthill/versions

## README

# Anthill

ColonyDB's design system.

## Getting Started

### Installation

PNPM:

```shell
pnpm add @colonydb/anthill
```

Yarn:

```shell
yarn add @colonydb/anthill
```

npm:

```shell
npm install @colonydb/anthill
```

### Usage

```jsx
import { Base } from '@colonydb/anthill/Base';
import { Button } from '@colonydb/anthill/Button';

const MyComponent = () => (
  <Base>
    <Button
      onClick={() => {
        alert('Hello!');
      }}
    >
      Click me
    </Button>
  </Base>
);
```

## Collateral

### OSS Sponsorship Badge

![](collateral/sponsorship-badge.svg)

Assets (223px × 44px):

- [collateral/sponsorship-badge.svg](collateral/sponsorship-badge.svg)
- [collateral/sponsorship-badge@1x.png](collateral/sponsorship-badge@1x.png)
- [collateral/sponsorship-badge@2x.png](collateral/sponsorship-badge@2x.png)

---
_Source: https://npm.io/package/@colonydb/anthill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
