### Get Help for Orbit Tracking Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-tracking/README.md Run orbit-tracking --help to view a list of available options and examples. ```bash orbit-tracking --help ``` -------------------------------- ### Default Theme Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/02-foundation/04-color/03-theming.mdx Illustrates the default theme usage in a React component. No specific setup is required for this basic example. ```jsx ``` -------------------------------- ### Integrate React Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/pages/mdx-examples.mdx Embed interactive React examples directly into MDX using the ReactExample component, referencing a specific example by its ID. ```jsx ``` -------------------------------- ### Default Pagination Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/11-navigation/pagination/01-guidelines.mdx A standard example of the Pagination component. Use this for basic pagination needs. ```javascript import { Pagination } from "@kiwicom/orbit-components"; function Example() { return ( ); } ``` -------------------------------- ### BadgeList Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/03-information/badgelist/01-guidelines.mdx A default example of the BadgeList component. ```javascript ``` -------------------------------- ### ButtonMobileStore Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/01-action/buttonmobilestore/01-guidelines.mdx This is the default implementation of the ButtonMobileStore component. Use it to encourage app downloads and installations. ```jsx ``` -------------------------------- ### Install Orbit Design Tokens via npm Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-design-tokens/README.md Install the package into your project using npm. ```bash npm install --save @kiwicom/orbit-design-tokens ``` -------------------------------- ### Badge Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/03-information/badge/01-guidelines.mdx A basic example of the Badge component. Use this for general information display. ```jsx ``` -------------------------------- ### Install Orbit Design Tokens via Yarn Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-design-tokens/README.md Install the package into your project using Yarn. ```bash yarn add @kiwicom/orbit-design-tokens ``` -------------------------------- ### Install Orbit Tailwind Preset with npm Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-tailwind-preset/README.md Install the Orbit Tailwind preset as a development dependency using npm. ```bash npm install --save-dev @kiwicom/orbit-tailwind-preset ``` -------------------------------- ### Install Orbit-components with npm Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-components/README.md Add the orbit-components package to your project using npm. ```bash npm install --save @kiwicom/orbit-components ``` -------------------------------- ### Default Switch Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/07-interaction/switch/01-guidelines.mdx A basic example of the Switch component. Use for simple on/off toggles where the effect is immediate and clear. ```javascript import { Switch } from '@kiwicom/orbit-components'; function Example() { return ; } ``` -------------------------------- ### Install Orbit Tailwind Preset with Yarn Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-tailwind-preset/README.md Install the Orbit Tailwind preset as a development dependency using yarn. ```bash yarn add -D @kiwicom/orbit-tailwind-preset ``` -------------------------------- ### Import README Component Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/02-foundation/11-tailwind/01-installation.mdx This import statement brings in the README component, which likely contains detailed installation instructions and usage examples. ```javascript import README from "@kiwicom/orbit-tailwind-preset/README.md"; ``` -------------------------------- ### Install Orbit Tracking with NPM or Yarn Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-tracking/README.md Install the orbit-tracking package as a development dependency using either NPM or Yarn. ```bash npm install --save-dev @kiwicom/orbit-tracking ``` ```bash yarn add -D @kiwicom/orbit-tracking ``` -------------------------------- ### Default Seat Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/08-visuals/seat/01-guidelines.mdx Renders a default Seat component. No specific setup is required beyond importing the component. ```jsx ``` -------------------------------- ### Default Drawer Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/04-overlay/drawer/01-guidelines.mdx This is a basic example of a Drawer component. It's useful for displaying long content that needs to be kept out of sight initially. ```jsx ``` -------------------------------- ### InputGroup Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/05-input/inputgroup/01-guidelines.mdx A default example of the InputGroup component. ```jsx ``` -------------------------------- ### Table Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/02-structure/table/01-guidelines.mdx A basic example of the Orbit Table component. Use this for presenting tabular information with a clear, repeating structure. ```javascript <> Baggage Availability Carry on 1 Small bag 1 Checked baggage 1 Second checked baggage 0 ``` -------------------------------- ### Default NavigationBar Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/11-navigation/navigationbar/01-guidelines.mdx This is a default example of the NavigationBar component. Use it for top-level navigation and branding. ```jsx {}} > Home About Contact ``` -------------------------------- ### Input Field States Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/05-input/inputfield/01-guidelines.mdx Illustrates various states of the InputField, such as error and help messages, to guide user input and provide feedback. ```javascript ``` -------------------------------- ### Modal Title Examples (Do) Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/04-overlay/modal/01-guidelines.mdx Examples of concise and action-oriented modal titles that set clear context for the user. ```text Save payment card Activate your plan Priority Boarding ``` -------------------------------- ### Notification Badge Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/03-information/notificationbadge/01-guidelines.mdx A basic example of the Notification Badge component. ```jsx ``` -------------------------------- ### Select Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/05-input/select/01-guidelines.mdx A default Select component example. This is typically used when presenting many options where only one can be selected. ```javascript <> ``` -------------------------------- ### Install Orbit-components with Yarn Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-components/README.md Add the orbit-components package to your project using Yarn. ```bash yarn add @kiwicom/orbit-components ``` -------------------------------- ### Search Layout Example Source: https://github.com/kiwicom/orbit/blob/master/packages/orbit-components/src/Layout/README.md Implement the Search layout, which consists of three columns for filters, main content, and promotion. ```jsx import Layout, { LayoutColumn } from "@kiwicom/orbit-components/lib/Layout"; const App = () => ( The left SideBar for filters The main section for displaying the results The right SideBar for promotion ); ``` -------------------------------- ### Install ESLint Plugin Source: https://github.com/kiwicom/orbit/blob/master/packages/eslint-plugin-orbit-components/README.md Install the plugin using npm or yarn. This command adds the package as a development dependency. ```sh # npm npm install @kiwicom/eslint-plugin-orbit-components --save-dev ``` ```sh # yarn yarn add @kiwicom/eslint-plugin-orbit-components --dev ``` -------------------------------- ### Render Default Itinerary Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/02-structure/itinerary/01-guidelines.mdx Use this example to render the default Itinerary component. ```jsx ``` -------------------------------- ### Input Labels Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/05-input/inputgroup/01-guidelines.mdx Example showing how to use labels within an InputGroup. ```jsx ``` -------------------------------- ### Textarea Default Example Source: https://github.com/kiwicom/orbit/blob/master/docs/src/documentation/03-components/05-input/textarea/01-guidelines.mdx A basic example of a Textarea component. Use for collecting longer answers or detailed information from users. ```jsx