Socket
Book a DemoInstallSign in
Socket

@mechanicalrock/figma-tokens-to-mui

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mechanicalrock/figma-tokens-to-mui

A transformer which sits between FigmaToken JSON output and MUI's theme

latest
npmnpm
Version
1.1.0
Version published
Maintainers
3
Created
Source

figma-tokens-to-mui

A transformer which sits between FigmaToken JSON output and MUI's theme

Local testing

$ ts-node tests/index.ts

External Consumption

Debug

.env

# (Optional) This is a boolean value which will output the transformed tokens to the console. This is useful for debugging.
FIGMA_THEME_DEBUG=true #

Colours

Merge the output of the transformer with your MUI theme.

// src/styles/themeConfig/colourPalette.ts
...
export const colourPalette = getPaletteProps(
  tokens,
  "global",
  baseColours
);

Typography

Merge the output of the transformer with your MUI theme.

// src/styles/themeConfig/typography.ts
...
export const typography: TypographyOptions = getTypographyProps(
  tokens,
  "global",
  baseTypography
);

FAQs

Package last updated on 09 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts