# amberflo-ui-kit | Amberflo

## Installation:

Run `yarn add @amberflo/ui-kit` or `npm install @amberflo/ui-kit` to install Amberflo UI Kit in your React project.

## Usage:

Import Amberflo UI Kit components into your application:

import { ActionButton } from '@amberflo/ui-kit';

## Install Git Hooks:

```
yarn husky install
```
