## Installing

Install the component

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

## Getting started

Import the component

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

## Basic

You can define the type of a button using the `type` prop. There are `primary`, `default`, `secondary`, `outline`, `dashed`, and `text`,

## Props

Coming soon
