@asgardex/asgardex-theme
Version:
ASGARDEX global theme configuration
32 lines (21 loc) • 384 B
Markdown
# `@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
```