Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 729ce96

Browse files
committed
extra explanation
1 parent d0ecbf5 commit 729ce96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DateRangePicker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function customDayContent(day) {
192192

193193

194194
#### Example: Restrict Date Selection
195-
195+
Restricts access for range selection to (-30, +30) days of current date.
196196
```jsx inside Markdown
197197
import { addDays } from 'date-fns';
198198
import { useState } from 'react';

0 commit comments

Comments
 (0)