UNPKG

its-just-ui

Version:

ITS Just UI - React 18 & React 19 UI component library. 36+ accessible, TypeScript-native components with Tailwind CSS. Zero-config Material UI alternative for SaaS dashboards and enterprise apps.

3 lines (2 loc) 247 B
export { Slider } from './Slider'; export type { SliderProps, SliderValue, SliderRange, SliderMark, SliderContextValue, SliderTrackProps, SliderRangeProps, SliderThumbProps, SliderLabelProps, SliderInputProps, SliderMarksProps, } from './Slider';