material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
360 stars 27 forks source link

How do I use these with my react app? #280

Open stefdude1999 opened 3 months ago

stefdude1999 commented 3 months ago

I have a React web app, and I have custom Material Theme Builder export, as a json file, exported from Figma. It looks like, "schemes": { "light": { "primary": "#3C6090", "surfaceTint": "#3C6090", "onPrimary": "#FFFFFF", "primaryContainer": "#D4E3FF", "onPrimaryContainer": "#001C3A",

How do I integrate these colours into my react app? I wish to have my React app look like my Figma mockups.