sam-silv / histoslider

:bar_chart: A D3 based histogram slider component for React.
http://samhogg.github.io/histoslider/
MIT License
30 stars 28 forks source link

Keyboard accessibility #84

Closed sam-silv closed 7 years ago

sam-silv commented 7 years ago

Supports tabbing to sliders and using cursor keys to increment/decrement values.

Defaults to a step value of 1.

Fixes #70