Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.48 KB

MetaMask Design System

The MetaMask Design System monorepo

Modules

This repository contains the following packages 1:

Or, in graph form 1:

%%{ init: { 'flowchart': { 'curve': 'bumpX' } } }%%
graph LR;
linkStyle default opacity:0.5
  design_system_react(["@metamask/design-system-react"]);
  design_system_react_native(["@metamask/design-system-react-native"]);
  design_system_tailwind_preset(["@metamask/design-system-tailwind-preset"]);
  design_system_twrnc_preset(["@metamask/design-system-twrnc-preset"]);
  design_tokens(["@metamask/design-tokens"]);
  design_system_react --> design_system_tailwind_preset;
  design_system_react_native --> design_system_twrnc_preset;
Loading

Refer to individual packages for usage instructions.

Learn more

For instructions on performing common development-related tasks, see contributing to the monorepo.

Footnotes

  1. The package list and dependency graph should be programmatically generated by running yarn update-readme-content. 2