Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tresko committed Aug 23, 2019
1 parent 4ba9420 commit 5b197f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
![example](./docs/datepicker.gif)

## How to build your own datepicker?

Simple. Use
[React hooks (@datepicker-react/hooks)](https://github.com/tresko/react-datepicker/tree/master/packages/hooks).


## Live Playground

For examples of the datepicker in action, go to https://react-datepicker.netlify.com/.
Expand Down Expand Up @@ -274,11 +280,6 @@ onDayRender?(date: Date): React.ReactNode
- [See all theme props](./docs/THEME_PROPS.md)
- [CodeSandbox example](https://codesandbox.io/s/theming-datepicker-reactstyled-42pdb?fontsize=14)
## How to build your own datepicker?
Simple. Use
[React hooks (@datepicker-react/hooks)](https://github.com/tresko/react-datepicker/tree/master/packages/hooks).
## Who's using
[LifeOnScreen](https://lifeonscreen.com)
Expand Down

0 comments on commit 5b197f4

Please sign in to comment.