UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

13 lines (12 loc) 387 B
import Tabs from "./Tabs.js"; import TabsItem from "./Tabs.Item.js"; import { wrapClientComponent } from "../../utils/wrapClientComponent.js"; /** * Tabs component - switch between different content * * @see https://bifrost.intility.com/react/tabs */ export default Object.assign(wrapClientComponent(Tabs, "Tabs"), { /** A single tab for `<Tabs>` container */ Item: TabsItem });