UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

15 lines (14 loc) 514 B
export const DEFAULT_VALUE = 0; export const MIN = -10; export const MAX = 10; export const STEP = 1; export const ROTATION_RANGE = 270; export const SENSITIVITY = 1; export const SIZE = '4rem'; export const TRACK_WIDTH = '0.5rem'; export const TRACK_COLOR = 'var(--echo-input)'; export const BUTTON_COLOR = 'var(--echo-button)'; export const PROGRESS_COLOR = 'var(--echo-primary)'; export const POINTER_WIDTH = '0.375rem'; export const POINTER_HEIGHT = '1rem'; export const POINTER_COLOR = 'var(--echo-primary)';