moon_tokens 0.0.1 copy "moon_tokens: ^0.0.1" to clipboard
moon_tokens: ^0.0.1 copied to clipboard

unlisted

Moon Design System tokens.

Moon Design System Tokens #

Version Conventional Commits

Moon Design System Tokens. Currently only has YOLO brand colors which have been automated from Figma to code. More tokens to come in future (TBD).

Usage #

final lightTheme = ThemeData.light().copyWith(
  extensions: <ThemeExtension<dynamic>>[
    MoonTheme(tokens: lightTokens).copyWith(      
        colors: sbLightColors, // or your relevant brand color token variable
    ),
  ],
);
0
likes
0
points
1.27k
downloads

Publisher

verified publisheryolo.com

Weekly Downloads

Moon Design System tokens.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on moon_tokens