@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.
9 lines • 342 B
JavaScript
// needs to be from lowest to highest viewport, used for Hide component
export const DEVICES = ["smallMobile", "mediumMobile", "largeMobile", "tablet", "desktop", "largeDesktop"];
export const QUERIES = {
LARGEDESKTOP: "largeDesktop",
DESKTOP: "desktop",
TABLET: "tablet",
LARGEMOBILE: "largeMobile",
MEDIUMMOBILE: "mediumMobile"
};