npm.io
0.2.0-59 • Published 8 months ago

@colonydb/anthill

Licence
MIT
Version
0.2.0-59
Deps
7
Size
174 kB
Vulns
0
Weekly
0
Stars
1

Anthill

ColonyDB's design system.

Getting Started

Installation

PNPM:

pnpm add @colonydb/anthill

Yarn:

yarn add @colonydb/anthill

npm:

npm install @colonydb/anthill
Usage
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

Assets (223px × 44px):