@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
16 lines (15 loc) • 326 B
JavaScript
export var SIZE_OPTIONS = {
SMALL: "small",
MEDIUM: "medium"
}; // order of positions or aligns is important, the first possible value will be applied
export var POSITIONS = {
RIGHT: "right",
LEFT: "left",
TOP: "top",
BOTTOM: "bottom"
};
export var ALIGNS = {
CENTER: "center",
START: "start",
END: "end"
};