Skip to content

Commit

Permalink
docs(readme): add new article to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Sedej committed Jul 16, 2019
1 parent da1fdf5 commit 1f6dc35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Simple. Use
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)
## License
Expand Down
4 changes: 4 additions & 0 deletions packages/hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import {useDatepicker, useMonth, useDay} from '@datepicker-react/hooks'

### [Example (codesandbox)](https://codesandbox.io/s/datepickerreacthooks-example-06dxk)

## Articles

- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)

## Table of Contents

- [useDatepickerProps](#usedatepickerprops)
Expand Down
1 change: 1 addition & 0 deletions packages/styled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ Simple. Use
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)
## License
Expand Down

0 comments on commit 1f6dc35

Please sign in to comment.