React Themes
import {
THEME_COMPOSE,
THEME_PRIORITY,
ThemeProvider,
useTheme,
} from '@dr.pogodin/react-utils';
These exports encapsulate React Themes library for visual styling of ReactJS components with theme composition. They are just aliases for exports from React Themes:
| react-utils export | aliased react-themes export |
|---|---|
THEME_COMPOSE | COMPOSE |
THEME_PRIORITY | PRIORITY |
ThemeProvider | ThemeProvider |
useTheme() | useTheme() |