Skip to content

Commit 1f6dc35

Browse files
author
Miha Sedej
committed
docs(readme): add new article to README
1 parent da1fdf5 commit 1f6dc35

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Simple. Use
287287
288288
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
289289
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
290+
- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)
290291
291292
## License
292293

packages/hooks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ import {useDatepicker, useMonth, useDay} from '@datepicker-react/hooks'
2323

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

26+
## Articles
27+
28+
- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)
29+
2630
## Table of Contents
2731

2832
- [useDatepickerProps](#usedatepickerprops)

packages/styled/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ Simple. Use
287287
288288
- [Yet another datepicker in React](https://tresko.dev/yet-another-datepicker-in-react)
289289
- [Theming React datepicker](https://tresko.dev/theming-react-datepicker-datepicker-react-styled)
290+
- [Create a custom React date picker in 10 minutes](https://tresko.dev/create-a-custom-react-date-picker-in-10-minutes)
290291
291292
## License
292293

0 commit comments

Comments
 (0)