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.

5 lines 316 B
export { MeterRoot as Root } from "./root/MeterRoot.js"; export { MeterTrack as Track } from "./track/MeterTrack.js"; export { MeterIndicator as Indicator } from "./indicator/MeterIndicator.js"; export { MeterValue as Value } from "./value/MeterValue.js"; export { MeterLabel as Label } from "./label/MeterLabel.js";