@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 • 299 B
text/typescript
export { TabsRoot as Root } from "./root/TabsRoot.mjs";
export { TabsTab as Tab } from "./tab/TabsTab.mjs";
export { TabsIndicator as Indicator } from "./indicator/TabsIndicator.mjs";
export { TabsPanel as Panel } from "./panel/TabsPanel.mjs";
export { TabsList as List } from "./list/TabsList.mjs";