@@ -153,6 +153,8 @@ export default function ReadMeExampleSingle() {
153153 // uppercase={false} // optional, default is true
154154 // label="Select date" // optional
155155 // animationType="slide" // optional, default is 'slide' on ios/android and 'none' on web
156+ // startYear={2000} // optional, default is 1800
157+ // endYear={2100} // optional, default is 2200
156158 // closeIcon="close" // optional, default is "close"
157159 // editIcon="pencil" // optional, default is "pencil"
158160 // calendarIcon="calendar" // optional, default is "calendar"
@@ -214,6 +216,8 @@ export default function ReadMeExampleRange() {
214216 // startLabel="From" // optional
215217 // endLabel="To" // optional
216218 // animationType="slide" // optional, default is slide on ios/android and none on web
219+ // startYear={2000} // optional, default is 1800
220+ // endYear={2100} // optional, default is 2200
217221 // closeIcon="close" // optional, default is "close"
218222 // editIcon="pencil" // optional, default is "pencil"
219223 // calendarIcon="calendar" // optional, default is "calendar"
@@ -271,6 +275,8 @@ export default function ReadMeExampleMultiple() {
271275 // startLabel="From" // optional
272276 // endLabel="To" // optional
273277 // animationType="slide" // optional, default is slide on ios/android and none on web
278+ // startYear={2000} // optional, default is 1800
279+ // endYear={2100} // optional, default is 2200
274280 // closeIcon="close" // optional, default is "close"
275281 />
276282 </>
0 commit comments