Skip to content

Commit

Permalink
Updates links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Sep 23, 2020
1 parent b2ba100 commit 19f3ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let inputProps = {

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


Alternatively, if you need to render different content than an `<input />` element, you may supply a `renderInput` function which is called instead.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datetime",
"version": "3.0.3",
"version": "3.0.4",
"description": "A lightweight but complete datetime picker React.js component",
"homepage": "https://github.com/arqex/react-datetime",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We don't have any articles yet. Yours can be the first! Create a PR to update th
### Examples
* [An basic code sandbox example to check how it works](https://codesandbox.io/s/boring-dew-uzln3).
* [i18n - datepicker in other languages](https://codesandbox.io/s/interesting-kare-0707b)
* [Passing props to the input](https://codesandbox.io/s/interesting-kare-0707b)
* [Passing props to the input](https://codesandbox.io/s/clever-wildflower-81r26?file=/src/App.js)
* [Using a custom input element](https://codesandbox.io/s/peaceful-water-3gb5m)
* [Datepicker without an input](https://codesandbox.io/s/busy-vaughan-wh773)
* [Using custom elements for the year/month/day views](https://codesandbox.io/s/busy-vaughan-wh773)
Expand Down

0 comments on commit 19f3ea7

Please sign in to comment.