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

Commit 4adce3f

Browse files
authored
Update README.md
1 parent dc5770a commit 4adce3f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ A date library agnostic React component for choosing dates and date ranges. Uses
1515
- Drag n Drop selection
1616
- Keyboard friendly
1717

18-
**Live Demo :** [http://adphorus.github.io/react-date-range](http://adphorus.github.io/react-date-range)
18+
**Live Demo :** [http://hypeserver.github.io/react-date-range](http://hypeserver.github.io/react-date-range)
1919

20-
![](https://raw.githubusercontent.com/Adphorus/react-date-range/master/demo/ss.png)
20+
![](https://raw.githubusercontent.com/hypeserver/react-date-range/master/demo/ss.png)
2121

2222

2323
## Getting Started
@@ -96,7 +96,7 @@ class MyComponent extends Component {
9696

9797
Property | type | Default Value | Description
9898
-------------------------------------|-----------|------------------|-----------------------------------------------------------------
99-
locale | Object | enUS from locale | you can view full list from [here](https://github.com/Adphorus/react-date-range/tree/next/src/locale/index.js). Locales directly exported from [`date-fns/locales`](https://date-fns.org/docs/I18n#supported-languages).
99+
locale | Object | enUS from locale | you can view full list from [here](https://github.com/hypeserver/react-date-range/tree/next/src/locale/index.js). Locales directly exported from [`date-fns/locales`](https://date-fns.org/docs/I18n#supported-languages).
100100
className | String | | wrapper classname
101101
months | Number | 1 | rendered month count
102102
showSelectionPreview | Boolean | true | show preview on focused/hovered dates
@@ -135,8 +135,8 @@ startDatePlaceholder | String | `Early` | Start Date
135135
endDatePlaceholder | String | `Continuous` | End Date Placeholder
136136
fixedHeight | Boolean | false | Since some months require less than 6 lines to show, by setting this prop, you can force 6 lines for all months.
137137
renderStaticRangeLabel(`DefinedRange`)| Function | | Callback function to be triggered for the static range configurations that have `hasCustomRendering: true` on them. Instead of rendering `staticRange.label`, return value of this callback will be rendered.
138-
staticRanges(`DefinedRange`, `DateRangePicker`) | Array | [default preDefined ranges](https://github.com/Adphorus/react-date-range/blob/master/src/defaultRanges.js) | -
139-
inputRanges(`DefinedRange`, `DateRangePicker`) | Array | [default input ranges](https://github.com/Adphorus/react-date-range/blob/master/src/defaultRanges.js) | -
138+
staticRanges(`DefinedRange`, `DateRangePicker`) | Array | [default preDefined ranges](https://github.com/hypeserver/react-date-range/blob/master/src/defaultRanges.js) | -
139+
inputRanges(`DefinedRange`, `DateRangePicker`) | Array | [default input ranges](https://github.com/hypeserver/react-date-range/blob/master/src/defaultRanges.js) | -
140140

141141
*shape of range:
142142
```js

0 commit comments

Comments
 (0)