UNPKG

@asgardex/asgardex-theme

Version:
32 lines (21 loc) 384 B
# `@asgardex/asgardex-theme` Global theme for asgardex UI ## Installation ``` yarn add @asgardex/asgardex-theme ``` ## Usage ### Theme config ``` import themes from '@asgardex/asgardex-theme' themes.dark // dark theme themes.light // light theme ``` ### Theme type ``` import { ThemeType } from '@asgardex/asgardex-theme' // dark ThemeType.DARK // light ThemeType.LIGHT ```