1.0.0 • Published 3 years ago
@starton/design-token-mui v1.0.0
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:
1. Get the path to the tool library. In my example: /home/starton/libraries/starton-design-token-mui
;
2. Go to your NextJS or React project to install your graphics library: yarn add
/home/starton/libraries/starton-design-token-mui
.
3. You can now use your library as normal. You just need to do an import as below:
import { StartonDesignToken } from '@starton/design-token-mui'
1.0.0
3 years ago