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.

13 lines 217 B
export const SIZES = { SMALL: "small", NORMAL: "normal" }; export const STATES = { DEFAULT: "default", HOVER: "hover", ACTIVE: "active" }; export const TYPES = { COLORED: "colored", NEUTRAL: "neutral" };