simple-chakra-ui-datepicker
Version:
This is a package inspired on the necesity to use a datepicker for [Chakra UI](https://v1.chakra-ui.com/faq#is-there-a-datepicker-in-chakra-ui).
40 lines (22 loc) • 1.09 kB
Markdown
# Simple Chakra UI Datepicker
This is a package inspired on the necesity to use a datepicker for [Chakra UI](https://v1.chakra-ui.com/faq#is-there-a-datepicker-in-chakra-ui).
Read the docs [here](https://aarons-organization-7.gitbook.io/simple-chakra-ui-datepicker/), see the example [here](https://github.com/ajomuch92/simple-chakra-ui-datepicker/tree/main/example)
<img src="https://res.cloudinary.com/dxcmm3jnj/image/upload/v1711583776/simple-chakra-ui-datepicker/uzjfmhozxcpw3kxb71ot.png" height="200px"/>
# New features
- Adding prop to close on click
# Instalation
NPM:
```bash
npm install --save simple-chakra-ui-datepicker
```
## Usage
```javascript
import { SimpleDatePicker } from 'simple-chakra-ui-datepicker'
<SimpleDatePicker />
```
## Author
This library is created by [Aarón Montes](https://github.com/ajomuch92 'Aarón Montes').
## License
MIT
## Development
Want to contribute? Great!. Open a [new PR here](https://github.com/ajomuch92/simple-chakra-ui-datepicker/pulls) or a [new issue here](https://github.com/ajomuch92/simple-chakra-ui-datepicker/issues)