## ui-date-input

[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]

A date input component.

### Components

The `ui-date-input` package contains the following:

- [DateInput](DateInput) — the recommended date input component
- [DateInput2](DateInput2) — deprecated, use `DateInput` instead

### Installation

```sh
npm install @instructure/ui-date-input
```

### Usage

For detailed usage and documentation, see [DateInput](DateInput).

[npm]: https://img.shields.io/npm/v/@instructure/ui-date-input.svg
[npm-url]: https://npmjs.com/package/@instructure/ui-date-input
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md
