rsnext/examples/with-orbit-components/README.md

1.4 KiB
Raw Blame History

Example app with styled-components

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.coms products.

For this purpose we are extending <App /> of injected <ThemeProvider/>, and also adding @kiwicom/babel-plugin-orbit-components.

This fork comes from styled-components-example.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-orbit-components with-orbit-components-app
# or
yarn create next-app --example with-orbit-components with-orbit-components-app

Deploy it to the cloud with Vercel (Documentation).