# @availity/select

> Wrapper for [react-select-async-paginate](https://github.com/vtaits/react-select-async-paginate) to work with [formik](https://github.com/jaredpalmer/formik)

[![Version](https://img.shields.io/npm/v/@availity/select.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/select)
[![NPM Downloads](https://img.shields.io/npm/dt/@availity/select.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/select)
[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/select?style=for-the-badge)](https://github.com/Availity/availity-react/blob/master/packages/select/package.json)

## Installation

### NPM

```bash
npm install @availity/select
```

### Yarn

```bash
yarn add @availity/select
```

## Documentation

Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/form/select/)
