Skip to content

MetaMask/metamask-design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_system_react --> design_system_tailwind_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