UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

12 lines (11 loc) 298 B
import StepBar from "./StepBar.js"; import StepBarItem from "./StepBar.Item.js"; /** * StepBar is used to display steps in a wizard 🪜🧙‍♂️ * * @see https://bifrost.intility.com/react/stepBar */ export default Object.assign(StepBar, { /** A step bar item */ Item: StepBarItem });