# Front UI Kit

<p align="center">
  <a href="https://badge.fury.io/js/@frontapp%2Fui-kit">
    <img src="https://badge.fury.io/js/@frontapp%2Fui-kit.svg" alt="Npm Version" />
  </a>
  <a href="https://frontapp.github.io/front-ui-kit">
    <img src="https://cdn.jsdelivr.net/gh/storybookjs/brand@main/badge/badge-storybook.svg" alt="Storybook" />
  </a>
</p>

## Installation

To install you would just need to install via npm:

```
npm install @frontapp/ui-kit
```

or yarn:

```
yarn add @frontapp/ui-kit
```

## Documentation

The Front UI Kit is a set of React components that you can use to build Front plugins. You can view the source code for the different components in this repo.

For full documentation, refer the [Front Developer Portal](https://dev.frontapp.com/docs/front-ui-kit).

## Bugs or issues?

Feel free to open up an issue if you run into any problems using the library.
