UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

14 lines (11 loc) 293 B
export const baseClassName = "linear-progress-bar"; export const PROGRESS_BAR_STYLES = Object.freeze({ PRIMARY: "primary", SECONDARY: "secondary", POSITIVE: "positive", NEGATIVE: "negative" }); export const PROGRESS_BAR_SIZES = Object.freeze({ SMALL: "small", LARGE: "large" });