The MetaMask Design System monorepo
This repository contains the following packages 1:
@metamask/design-system-react
@metamask/design-system-react-native
@metamask/design-system-tailwind-preset
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"]);
Refer to individual packages for usage instructions.
For instructions on performing common development-related tasks, see contributing to the monorepo.