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.

7 lines 323 B
export * as Slider from "./index.parts.js"; export type * from "./root/SliderRoot.js"; export type * from "./value/SliderValue.js"; export type * from "./control/SliderControl.js"; export type * from "./track/SliderTrack.js"; export type * from "./thumb/SliderThumb.js"; export type * from "./indicator/SliderIndicator.js";