UNPKG

@base-ui/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.

6 lines 424 B
export { ProgressRoot as Root } from "./root/ProgressRoot.mjs"; export { ProgressTrack as Track } from "./track/ProgressTrack.mjs"; export { ProgressIndicator as Indicator } from "./indicator/ProgressIndicator.mjs"; export { ProgressValue as Value } from "./value/ProgressValue.mjs"; export { ProgressLabel as Label } from "./label/ProgressLabel.mjs"; export type { ProgressStatus as Status } from "./root/ProgressRoot.mjs";