Skip to content

Commit dd88e30

Browse files
committed
Reorder redme chapters
1 parent 98f031e commit dd88e30

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ This component comes with styles written in LESS and precompiled to CSS in
8585
* Use modern tool like webpack and then just do `require('node_modules/react-numeric-input/src/style/NumericInput.less');`.
8686
See [examples/examples.jsx](./examples/examples.jsx) for example.
8787

88-
## Keyboard navigation
89-
* You can use <kbd>Up</kbd> and <kbd>Down</kbd> arrow keys to increment/decrement the input value.
90-
* <kbd>Ctrl/Command + Up</kbd> and <kbd>Ctrl/Command + Down</kbd> to use smaller step (`step / 10`).
91-
Note that this will only work if you have specified a `precision` option that supports it.
92-
* <kbd>Shift + Up</kbd> and <kbd>Shift + Down</kbd> to use bigger step (`step * 10`).
88+
9389

9490
####v2.0.0 (not released yet)
9591

@@ -117,5 +113,13 @@ Finally, you can still use CSS if you want. Each component's root element has th
117113
color: red;
118114
}
119115
```
116+
117+
## Keyboard navigation
118+
* You can use <kbd>Up</kbd> and <kbd>Down</kbd> arrow keys to increment/decrement the input value.
119+
* <kbd>Ctrl/Command + Up</kbd> and <kbd>Ctrl/Command + Down</kbd> to use smaller step (`step / 10`).
120+
Note that this will only work if you have specified a `precision` option that supports it.
121+
* <kbd>Shift + Up</kbd> and <kbd>Shift + Down</kbd> to use bigger step (`step * 10`).
122+
123+
120124
## License
121125
MIT

0 commit comments

Comments
 (0)