An open API service indexing awesome lists of open source software.

https://github.com/opuscapita/react-dates

React date(range) inputs/pickers
https://github.com/opuscapita/react-dates

cashmanagement component dateinput datepicker daterange daterangepicker javascript react

Last synced: 6 months ago
JSON representation

React date(range) inputs/pickers

Awesome Lists containing this project

README

          

# React Datepicker, DateInput, DateRangeInput

[![CircleCI Status](https://circleci.com/gh/OpusCapita/react-dates/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/OpusCapita/react-dates)
![badge-npm-version](https://img.shields.io/npm/v/@opuscapita/react-dates.svg)
![badge-license](https://img.shields.io/github/license/OpusCapita/react-dates.svg)
![NPM Downloads](https://img.shields.io/npm/dm/@opuscapita/react-dates.svg)

![date-input](https://raw.githubusercontent.com/OpusCapita/react-dates/master/docs/DateInput.gif)

OpusCapita React Components (date inputs/pickers)

This project uses [react-day-picker](https://github.com/gpbl/react-day-picker)

## Implemented components

* DateInput
* DateRangeInput
* DatePicker

## Demo and documentation

Online demo and components reference available here: https://opuscapita.github.io/react-dates

> Demo powered by [react-showroom](https://github.com/OpusCapita/react-showroom-client)

## Installation

`npm install --save @opuscapita/react-dates`

## Date format

* `dd` - day
* `MM` - month
* `yy` - year

Any separators except these allowed: `1`, `a`, `A`, `*`, `#`

## Contributors

| [](https://github.com/asergeev-sc) | [**Alexey Sergeev**](https://github.com/asergeev-sc) |
| :---: | :---: |
| [](https://github.com/kvolkovich-sc) | [**Kirill Volkovich**](https://github.com/kvolkovich-sc) |

## License

Licensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for the full license text.