@asgardex/asgardex-theme
v0.1.2
Published
ASGARDEX global theme configuration
Downloads
101
Readme
@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