@flexnative/theme-context
Version:
React ThemeContext
9 lines (6 loc) • 482 B
Markdown
# 🎨 Theme
FlexNative Theme Context is part of the FlexNative and is available under the `/theme-context` NPM package.
The theme object is where you define your application's color palette.
By default there are two color palette light or dark from `/theme-context`.
You also can extend BaseTheme object to add custom/extra colors.
For more details on how to start and how to use read the [documentation](https://redonalla.github.io/flexnative/docs/theme).