Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Nov 11, 2015
1 parent f0cc611 commit c2d87de
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
react-day-picker
=======

[react-day-picker](https://www.npmjs.com/package/react-day-picker) is a flexible date picker component for [React](https://facebook.github.io/react/).

<p align="center">
<img width="291" style="margin: 0 auto" alt="screen shot 2015-11-11 at 15 51 07" src="https://cloud.githubusercontent.com/assets/120693/11093859/d52e0c26-888c-11e5-917e-aaa9686dcb84.png">
</p>
[![build status](https://img.shields.io/travis/gpbl/react-day-picker/master.svg?style=flat-square)](https://travis-ci.org/gpbl/react-day-picker)
[![coveralls](https://img.shields.io/coveralls/gpbl/react-day-picker.svg?style=flat-square)](https://coveralls.io/r/gpbl/react-day-picker?branch=master)
[![npm version](https://img.shields.io/npm/v/react-day-picker.svg?style=flat-square)](https://www.npmjs.com/package/react-day-picker)
[![npm downloads](https://img.shields.io/npm/dm/react-day-picker.svg?style=flat-square)](https://www.npmjs.com/package/react-day-picker)

### Main features
[react-day-picker](https://www.npmjs.com/package/react-day-picker) is a flexible date picker component for [React](https://facebook.github.io/react/).

* no external dependencies
* select days, ranges, whatever using CSS modifiers
* easily change style and add content to days cells
* display multiple months
* ready for i18n, with moment.js or any other library
* navigable via keyboard, ARIA support
* no external dependencies

[![build status](https://img.shields.io/travis/gpbl/react-day-picker/master.svg?style=flat-square)](https://travis-ci.org/gpbl/react-day-picker)
[![coveralls](https://img.shields.io/coveralls/gpbl/react-day-picker.svg?style=flat-square)](https://coveralls.io/r/gpbl/react-day-picker?branch=master)
[![npm version](https://img.shields.io/npm/v/react-day-picker.svg?style=flat-square)](https://www.npmjs.com/package/react-day-picker)
[![npm downloads](https://img.shields.io/npm/dm/react-day-picker.svg?style=flat-square)](https://www.npmjs.com/package/react-day-picker)
<p align="center">
<img width="291" style="margin: 0 auto" alt="screen shot 2015-11-11 at 15 51 07" src="https://cloud.githubusercontent.com/assets/120693/11093859/d52e0c26-888c-11e5-917e-aaa9686dcb84.png">
</p>

## Docs and help

* [Guides and API](http://gpbl.org/react-day-picker)
* [Examples with code](http://gpbl.org/react-day-picker/examples)
* [Changelog](https://github.com/gpbl/react-day-picker/releases)
* [Gitter room](https://gitter.im/gpbl/react-day-picker)

### Usage
## Start now

Install via npm

Expand All @@ -42,7 +47,3 @@ function MyComponent() {
return <DayPicker initialMonth={ new Date(2016, 1) } modifiers={{ isSunday }} />
}
```

### Examples

Look at [some examples](http://www.gpbl.org/react-day-picker/examples) to see react-day-picker in action.

0 comments on commit c2d87de

Please sign in to comment.