UI

screenshot of UI
react
react-native
styled-components

MOVED to monorepo "ledger-live"

Overview

The @leggerhq/ui is a deprecated repository that has moved to a new mono repository architecture containing all of Ledger Live JavaScript Ecosystem. This repository is no longer actively maintained. It includes design and interface resources for React and React Native projects. The libraries are still in alpha state and may have breaking changes without notice.

Features

  • @ledgerhq/react-ui: React components and styles.
  • @ledgerhq/native-ui: React Native components and styles.
  • @ledgerhq/ui-shared: Shared assets and code shared between react and native modules.
  • @ledgerhq/icons-ui: Shared SVG icons.

Summary

The @leggerhq/ui library is a collection of design and interface resources for React and React Native projects. It is no longer actively maintained and has been moved to a new mono repository architecture. This library includes React components, React Native components, shared assets, and shared SVG icons. However, please note that these libraries are still in alpha state and may have breaking changes without notice.

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

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

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.

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.

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.