## Installing

Install the library

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

## Getting started

Import the component

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

## Basic

You can define the options of the dropdown using the `options` prop.

## Props

Coming soon
