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.

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