Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Markdowning everything ✨ #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#react-datepicker
# react-datepicker

Datepicker component for applications based on Facebook React library.

##Usage
## Usage
Standalone datepicker element. It can perform action if date is selected. Parameters are optional.
For best functionality, *DatePicker* needs to be wrapped in component which sets new date on *onChangeDate* event. An example of such wrapper component could be *DatepickerInput*.

Expand All @@ -25,7 +25,7 @@ var returnDate = function(date) {return date}; // this callback will be called b

minified javascript and css are located in directory `src/build`

###Development
### Development
If you want to make changes in code and use benefits of compiling code, you need to have gulp and bower installed.

```
Expand Down