We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b29274 + b8a1a50 commit c601e69Copy full SHA for c601e69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dates-picker",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "⚛️📆 Flexible React date range picker calendar with no dependencies.",
5
"private": false,
6
"homepage": "https://almogtavor.github.io/date-range-picker/",
src/index.js
@@ -4,6 +4,8 @@ import "./index.css"
import DateRangePicker from "./App"
import * as serviceWorker from "./serviceWorker"
7
+export { DateRangePicker }
8
+
9
function callbackFunction(dates) {
10
console.log(`The range of dates that got picked is: ${dates.text}`)
11
console.log(`The min date that got picked is: ${dates.minDate}`)
0 commit comments