0.1.5 • Published 2 years ago

@proxima-b/components v0.1.5

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

@proxima-b/components

The building blocks of Artillery products.

Installation

Simply run the following...

npm install @proxima-b/components

...and to upgrade:

npm install @proxima-b/components@latest

Usage

Using a component in your project is as simple as...

import { Button } from '@proxima-b/components';

...

<Button variant="primary">Click me!</Button>