@eccenca/gui-elements
Version:
GUI elements based on other libraries, usable in React application, written in Typescript.
12 lines (10 loc) • 596 B
text/typescript
import { CLASSPREFIX as eccgui } from "../../configuration/constants";
// helper classes
export const NOOVERFLOW = eccgui + "-typography--nooverflow";
export const FORCELINEBREAK = eccgui + "-typography--forcelinebreak";
export const PREVENTLINEBREAK = eccgui + "-typography--preventlinebreak";
export const NOSCROLLBARSONCHILDREN = eccgui + "-typography--noscrollbarsonchildren";
export const LARGE = eccgui + "-typography--large";
export const SMALL = eccgui + "-typography--small";
export const MUTED = eccgui + "-typography--muted";
export const DISABLED = eccgui + "-typography--disabled";