UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

4 lines 285 B
import { DEFAULT_ORIENTATION, Orientations } from "./Slider.constants.js"; import { SliderProps } from "./Slider.types.js"; import { Slider } from "./Slider.js"; export { DEFAULT_ORIENTATION as DEFAULT_SLIDER_ORIENTATION, Slider, Orientations as SliderOrientations, type SliderProps };