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.

10 lines 248 B
// order of POSITIONS or ANCHOR is important, the first possible value will be applied export const POSITIONS = { BOTTOM: "bottom", TOP: "top" }; export const ANCHORS = { START: "start", END: "end" }; export const POPOVER_SPACE_BETWEEN = 4;