monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
21 lines (19 loc) • 431 B
JavaScript
export const SIZES = Object.freeze({
LARGE: "large",
MEDIUM: "medium",
SMALL: "small"
});
export const DialogPositions = Object.freeze({
LEFT: "left",
LEFT_START: "left-start",
LEFT_END: "left-end",
RIGHT: "right",
RIGHT_START: "right-start",
RIGHT_END: "right-end",
TOP: "top",
TOP_START: "top-start",
TOP_END: "top-end",
BOTTOM: "bottom",
BOTTOM_START: "bottom-start",
BOTTOM_END: "bottom-end"
});