## Installing

Install the library

```sh
npm install @apideck/components
```

## Getting started

Import the component

```js
import { Select } from '@apideck/components'
```

## Basic

You can define the select options using the `options` prop.

## Props

Coming soon
