UNPKG

@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.

11 lines 261 B
// order of POSITIONS or ANCHOR is important, the first possible value will be applied export var POSITIONS = { BOTTOM: "bottom", TOP: "top" }; export var ALIGNS = { START: "start", END: "end", CENTER: "center" }; export var POPOVER_SPACE_BETWEEN = 4;