mikelaud / ui

⛔️ MOVED to monorepo "ledger-live"

Home Page:https://github.com/ledgerhq/ledger-live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛔️ DEPRECATED

This repository is now deprecated. We moved to a new mono repository architecture containing all of Ledger Live JavaScript Ecosystem that you can find here. You can follow the migration guide to help you make the transition.


ui
react storybook native storybook

Design and interface resources for React and React Native projects.

Status: while perfectly useable the libraries are still in alpha state and are subject to breaking changes without notice 🔥.

About

@leggerhq/ui is a monorepo comprised of the following packages:

Installation

This repo is setup with yarn workspaces.

# Running yarn should install and hoist the dependencies for every package.
yarn
# Generate the icons.
yarn icons build

Usage

Several aliases to the yarn workspace command can be used for convenience.

# yarn workspace @ledgerhq/react-ui
yarn react
# yarn workspace @ledgerhq/native-ui
yarn native
# yarn workspace @ledgerhq/ui-shared
yarn shared
# yarn workspace @ledgerhq/icons-ui
yarn icons

You can use them as prefixes to set the scope and run a command for a given submodule.

# Prefix the command you want to run with an alias like this:
yarn react add -D package
yarn native storybook
yarn shared clean
yarn icons build

Examples

The examples folder contains some code samples and minimal projects that you can look into in order to understand how to use the UI libraries with popular development stacks.

About

⛔️ MOVED to monorepo "ledger-live"

https://github.com/ledgerhq/ledger-live

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%Language:Shell 0.0%