pager
pager copied to clipboard
*DEPRECATED* React <Pager> component (stateless).
Hello! I'm using React-Intl for internationalization. Is there any way to use it with [React-Intel ](https://github.com/yahoo/react-intl)?
When I try to build my project I get this message: > Module build failed: Error: Couldn't find preset "latest" relative to directory "/mydir/node_modules/react-pager" Installing babel-preset-latest fixes the error, but...
Based on your demo here: http://jsfiddle.net/kb3gN/8004/ visiblePage is not respected when clicking on "Last". Nice component, BTW!
This pager currently doesn't add `href` or `tabIndex` to its links, which makes it substantially more difficult for users to navigate pages with the keyboard. # Proposed Solution Add `href`s...