Skip to content

Commit 19f3ea7

Browse files
committed
Updates links to examples
1 parent b2ba100 commit 19f3ea7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ let inputProps = {
128128

129129
<Datetime inputProps={ inputProps } />
130130
```
131-
[See the customized input working](https://codesandbox.io/s/interesting-kare-0707b)
131+
[See the customized input working](https://codesandbox.io/s/clever-wildflower-81r26?file=/src/App.js)
132132

133133

134134
Alternatively, if you need to render different content than an `<input />` element, you may supply a `renderInput` function which is called instead.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-datetime",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A lightweight but complete datetime picker React.js component",
55
"homepage": "https://github.com/arqex/react-datetime",
66
"repository": {

resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We don't have any articles yet. Yours can be the first! Create a PR to update th
1010
### Examples
1111
* [An basic code sandbox example to check how it works](https://codesandbox.io/s/boring-dew-uzln3).
1212
* [i18n - datepicker in other languages](https://codesandbox.io/s/interesting-kare-0707b)
13-
* [Passing props to the input](https://codesandbox.io/s/interesting-kare-0707b)
13+
* [Passing props to the input](https://codesandbox.io/s/clever-wildflower-81r26?file=/src/App.js)
1414
* [Using a custom input element](https://codesandbox.io/s/peaceful-water-3gb5m)
1515
* [Datepicker without an input](https://codesandbox.io/s/busy-vaughan-wh773)
1616
* [Using custom elements for the year/month/day views](https://codesandbox.io/s/busy-vaughan-wh773)

0 commit comments

Comments
 (0)