UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

6 lines 248 B
export const CHANGE_VALUE_TICK_DELAY = 60; export const START_AUTO_CHANGE_DELAY = 400; export const TOUCH_TIMEOUT = 50; export const MAX_POINTER_MOVES_AFTER_TOUCH = 3; export const SCROLLING_POINTER_MOVE_DISTANCE = 8; export const DEFAULT_STEP = 1;