solution • MUI for Figma ‐ Material UI design system for React components - martindubenet/wed-dev-design GitHub Wiki
Material UI for Figma (and MUI X) design system | My wiki about Component library for React API
- Use «
Auto layout
» everywhere you can. This makes it very easy to design Responsive variants on a component or page layout. - Batch Styler plugin to change multiple text and color styles at once.
These are the default colors that are available from the ../node_modules/@mui/material/colors
All Figma groups sorted by palettes, sorted by color range or below, each sets of variables by alphabetical order:
Most of the following sets of variables contains hex color values (
#
) for keys50
,100
,200
,300
,400
,500
,600
,700
,800
and900
.
Except for the Blue Grey, Brown and Grey tones, all colors also contains thse four alpha valueA100
,A200
,A400
andA700
.
- amber
- blue
- blueGrey
- brown
- common
{ black: '#000', white: '#fff' }
- cyan
- deepOrange
- deepPurple
- green
- grey
- indigo
- lightBlue
- lightGreen
- lime
- orange
- pink
- purple
- red
- teal
- yellow
This features request to install Figma within the NodeJS packages of your (ReactJS) development sources project.
How the Variables REST API can be used to keep these values in sync with your code base, and how applications such as StyleDictionary can be used to transform them into usable code for multiple platforms.
See FigJam file « Syncing design systems with Variables REST API »