@@ -95,6 +95,7 @@ export default function ReadMeExampleSingle() {
9595 // validRange={{
9696 // startDate: new Date(2021, 1, 2), // optional
9797 // endDate: new Date(), // optional
98+ // disabledDates: [new Date()] // optional
9899 // }}
99100 // onChange={} // same props as onConfirm but triggered without confirmed by user
100101 // saveLabel="Save" // optional
@@ -149,6 +150,7 @@ export default function ReadMeExampleRange() {
149150 // validRange={{
150151 // startDate: new Date(2021, 1, 2), // optional
151152 // endDate: new Date(), // optional
153+ // disabledDates: [new Date()] // optional
152154 // }}
153155 // onChange={} // same props as onConfirm but triggered without confirmed by user
154156 // locale={'nl'} // optional
@@ -203,6 +205,7 @@ export default function ReadMeExampleMultiple() {
203205 // validRange={{
204206 // startDate: new Date(2021, 1, 2), // optional
205207 // endDate: new Date(), // optional
208+ // disabledDates: [new Date()] // optional
206209 // }}
207210 // locale={'nl'} // optional
208211 // saveLabel="Save" // optional
0 commit comments