UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

25 lines (24 loc) 655 B
import { createClasses, theme } from "@hitachivantara/uikit-react-core"; const { staticClasses, useClasses } = createClasses("HvFlowSidebar", { drawerPaper: { width: "360px" }, titleContainer: { display: "flex", padding: theme.spacing("sm", "lg", "xs", "sm") }, contentContainer: { padding: theme.spacing(0, "lg", "sm", "lg") }, description: { color: theme.colors.textSubtle }, searchRoot: { paddingTop: theme.space.sm, paddingBottom: theme.space.sm }, groupsContainer: { display: "flex", flexDirection: "column", gap: theme.space.sm, listStyleType: "none" } }); export { staticClasses, useClasses };