Installing

Install the library

npm install @apideck/components

Getting started

Import the component

import { Dropdown } from '@apideck/components'

Basic

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

Loading

Props

Coming soon