react-nice-dates
react-nice-dates copied to clipboard
A responsive, touch-friendly, and modular date picker library for React.
Question: Is it possible to get the first and last dates the calendar will display on a given month?
I'm working on an app to visualize (highlight) my workdays in the calendar (they vary week to week). Right now, I fetch my workdays based on the month the calendar...
When running `npm install react-nice-dates date-fns --save` I get the error: ``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"17.0.2" from the root project npm ERR! npm ERR!...
Currently, the mobile support of the calendar (controllable by the undocumented nor typed `touchDragEnabled`) is not so mobile friendly. Example:  The main issue arises from the fact that the...
This adds a new render prop to calendar renderDay, use it to pass a custom renderer
add `touchDragEnabled` to `CommonProps`
Hello and thanks for a great lib! Im looking for a way to show the next month when current date is the last of the current month, is this possible?...
Hi there I'm seeing the following when on a mobile view:  Where the pop up calendar isn't scaled when on a mobile. Is there...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...