@srjuggernaut/emotion-dynamic-theme
v1.0.0
Published
An [emotion](https://emotion.sh/) theme to be used in simple applications. Uses [Radix Colors](https://www.radix-ui.com/colors) for colors.
Readme
@srjuggernaut/emotion-dynamic-theme
An emotion theme to be used in simple applications. Uses Radix Colors for colors.
Installation
npm install @srjuggernaut/emotion-dynamic-themebun add @srjuggernaut/emotion-dynamic-themeUsage
import { createTheme } from '@srjuggernaut/emotion-dynamic-theme'
const theme = createTheme()
export default theme// Any d.ts file\
import { DynamicTheme } from '@srjuggernaut/emotion-dynamic-theme';
declare module '@emotion/react' {
export type Theme = DynamicTheme
}