UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

23 lines (22 loc) 508 B
import { createClasses } from "@hitachivantara/uikit-react-core"; import { theme } from "@hitachivantara/uikit-styles"; const { staticClasses, useClasses } = createClasses("HvWizardActions", { actionsContainer: {}, buttonWidth: { width: 120, "& span": { whiteSpace: "normal", lineHeight: theme.lineHeights.sm } }, buttonsContainer: { display: "flex", alignItems: "center", gap: theme.space.xs }, buttonSpacing: {} }); export { staticClasses, useClasses };