---
name: DatePicker
---

import { Playground, PropsTable } from 'docz';
import DatePicker from './';

# DatePicker

## Basic Usage

<Playground>
  <div style={{ display: 'flex', height: '500px' }}>
    <DatePicker />
  </div>
</Playground>

## Properties

<PropsTable of={DatePicker} />
