Skip to content

Commit

Permalink
Add keywords to improve searchability
Browse files Browse the repository at this point in the history
My first searches for this component were "react range slider" and
"react range input". So adding these keywords should help this component
to show up in search results.

Also, the closest HTML 5 input to this is `<input type="range">`

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range
  • Loading branch information
Graham42 committed Oct 9, 2017
1 parent 0a07ada commit dfa5a73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,9 @@
"react",
"react-component",
"react-slider",
"slider"
"slider",
"input",
"range"
],
"homepage": "http://github.com/react-component/gesture/",
"repository": {
Expand Down

0 comments on commit dfa5a73

Please sign in to comment.