Orbit

screenshot of Orbit
react
styled-components
tailwind

React components of open-source Orbit design system by Kiwi.com

Overview

Orbit is a collection of React components derived from the open-source Orbit design system by Kiwi.com. This library is beautifully crafted to facilitate the development of user interfaces that are not only consistent but also visually appealing. With an emphasis on simplicity and ease of use, Orbit enables developers to build robust applications while adhering to best practices in design.

By leveraging the power of React, Orbit provides a modular approach that allows developers to customize and integrate various components seamlessly into their projects. Whether you're embarking on a brand new application or enhancing an existing one, Orbit's components offer the flexibility and support needed to create delightful user experiences.

Features

  • Customizable Components: Orbit's components are designed to be easily adjustable, allowing developers to modify styles and behaviors to fit their application's specific needs.
  • Responsive Design: All components are built with responsiveness in mind, ensuring that user interfaces look great on various screen sizes and devices.
  • Accessibility Focused: Orbit prioritizes accessibility, providing components that meet ARIA standards, making applications more usable for people with disabilities.
  • Comprehensive Documentation: Orbit offers extensive documentation and examples, making it easy for developers to understand how to implement components effectively.
  • Community Driven: Being open-source, Orbit benefits from community contributions, keeping the library fresh and aligned with user needs.
  • Lightweight: The library is optimized for performance, ensuring quick load times and smooth interactions without unnecessary bloat.
  • Theming Support: Orbit comes with built-in theming capabilities, enabling developers to apply customized themes effortlessly for different branding needs.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.