Skip to main content

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 exportaliased react-themes export
THEME_COMPOSECOMPOSE
THEME_PRIORITYPRIORITY
ThemeProviderThemeProvider
useTheme()useTheme()