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.

27 lines 516 B
export var TYPE_OPTIONS = { TEXT: "text", NUMBER: "number", EMAIL: "email", PASSWORD: "password", PASSPORTID: "passportid" }; export var SIZE_OPTIONS = { SMALL: "small", NORMAL: "normal" }; export var TOKENS = { heightInput: "heightInput", fontSizeInput: "fontSizeInput", paddingInput: "paddingInput", iconSize: "iconSize" }; export var INPUTMODE = { NUMERIC: "numeric", TEL: "tel", DECIMAL: "decimal", EMAIL: "email", URL: "url", SEARCH: "search", TEXT: "text", NONE: "none" };