---
name: InputDate
menu: Components
route: /components/InputDate
---

import InputDate from './InputDate';
import { Playground, Props } from 'docz';

# InputDate

This component renders an HTML `<input>` and passes along all props.

## API
<Props of={InputDate} />

## Example Usage
<Playground>
 <InputDate placeholder={'Selecciona una fecha'} value={''} leftCalendar="-32" />
</Playground>

<Playground>
 <InputDate placeholder={'Selecciona una fecha'} value={''} />
</Playground>
