UI

screenshot of UI
react
vite

Reusable React components that adhere to Einride's design system.

Overview:

Einride UI is a collection of reusable React components that adhere to Einride's design system. It consists of several packages including core UI components, date components, experimental components, and mapping components.

Features:

  • Reusable React components: Einride UI provides a set of React components that can be easily reused in different projects.
  • Adherence to Einride's design system: The components in Einride UI adhere to Einride's design system, ensuring consistency and a cohesive look and feel across applications.
  • Modularity with separate packages: Einride UI is divided into different packages, allowing developers to install only what they need based on their project requirements.

Summary:

Einride UI is a collection of reusable React components that adhere to Einride's design system. It offers modularity with separate packages, allowing developers to install only the components they need. The components are well-documented and can be easily integrated into new or existing projects.

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

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

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.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

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.