UNPKG

rheostat

Version:

Rheostat is a www, mobile, and accessible slider component built with React

16 lines (15 loc) 279 B
export const KEYS = { DOWN: 40, END: 35, ESC: 27, HOME: 36, LEFT: 37, PAGE_DOWN: 34, PAGE_UP: 33, RIGHT: 39, UP: 38, }; export const PERCENT_EMPTY = 0; export const PERCENT_FULL = 100; export const HORIZONTAL = 'horizontal'; export const VERTICAL = 'vertical';