Loading

Loading

import Loading from "@kiwicom/orbit-components/lib/Loading";
<Loading />

Props

NameTypeDefaultDescription
childrenReact.NodeThe content of the Loading. See Functional specs
dataTeststringOptional prop for testing purposes.
idstringSet id for Loading
loadingbooleanfalseIf true, the Loading will be displayed. Loading which doesn’t have a children is always shown, even if loading prop is set to false.
typeenumThe type of the Loading.
textTranslationThe text of the Loading.
customSizenumberAllows you to define custom size for circle loader

enum

type
"buttonLoader"
"searchLoader"
"boxLoader"
"pageLoader"
"inlineLoader"