@starton/design-token-mui
v1.0.0
Published
Transforming Figma's Design Token for Material UI (MUI)
Downloads
4
Readme
Starton - Design Token to MUI
Using this library locally
Transforming Figma's Design Token for Material UI (MUI)
To do so, you need to follow these steps:
- Get the path to the tool library. In my example:
/home/starton/libraries/starton-design-token-mui
; - Go to your NextJS or React project to install your graphics library:
yarn add /home/starton/libraries/starton-design-token-mui
. - You can now use your library as normal. You just need to do an import as below:
import { StartonDesignToken } from '@starton/design-token-mui'