UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

20 lines (19 loc) 521 B
import { createClasses } from "@hitachivantara/uikit-react-utils"; import { theme } from "@hitachivantara/uikit-styles"; const { staticClasses, useClasses } = createClasses("HvBreadCrumb", { root: { display: "flex", alignItems: "center", zIndex: 0 }, link: {}, orderedList: { display: "flex", paddingLeft: 0, marginLeft: `-${theme.space.xs}` }, currentPage: { padding: `8px ${theme.space.xs}` }, centerContainer: {}, separatorContainer: {}, a: {} }); export { staticClasses, useClasses };