OrbitProvider

Provides theming and a set of Orbit features

React

OrbitProvider

orbit-components has theming support via our own <OrbitProvider> which adds you the possibility to add your own theme.

import OrbitProvider from "@kiwicom/orbit-components/lib/OrbitProvider";

After adding import please wrap your application into OrbitProvider and you can provide your own theme.

<OrbitProvider theme={ownTheme}>
<App />
</OrbitProvider>

Props

Table below contains all types of the props available in the OrbitProvider component.

NameTypeDefaultDescription
childrenReact.NodeYour app
theme[Object]See theming