UNPKG

@zag-js/slider

Version:

Core logic for the slider widget implemented as a state machine

9 lines (8 loc) 616 B
export { anatomy } from './slider.anatomy.js'; export { connect } from './slider.connect.js'; export { machine } from './slider.machine.js'; export { markerProps, props, splitMarkerProps, splitProps, splitThumbProps, thumbProps } from './slider.props.js'; export { SliderApi as Api, DraggingIndicatorProps, ElementIds, FocusChangeDetails, SliderMachine as Machine, MarkerProps, SliderProps as Props, SliderService as Service, ThumbAlignment, ThumbCollisionBehavior, ThumbProps, ValueChangeDetails, ValueTextDetails } from './slider.types.js'; import '@zag-js/anatomy'; import '@zag-js/types'; import '@zag-js/core';