0.3.2-9 • Published 4 years ago

@koorosh/ui-temp-43836389466 v0.3.2-9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

UI Components

UI Components (ui-components) is a reusable component library. It provides the core components for the Cockroach design system.

  npm install --save-dev @cockroachlabs/ui-components

Components are exported individually from the package,

import { Badge } from "@cockroachlabs/ui-components";

export default props => (
  <div>
    <Badge>Cockroach UI Badge</Badge>
  </div>
);
0.3.2-9

4 years ago

0.3.2-8

4 years ago

0.3.2-6

4 years ago

0.3.2-5

4 years ago

0.3.2-1

4 years ago