1.0.0 • Published 5 years ago

@ele-cloud/element-theme-dark v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

element-theme-dark

element component dark theme.

Installation

npm install @ele-cloud/element-theme-dark

Usage

Use Sass import

@import '@ele-cloud/element-theme-dark';

Or Use webpack

import '@ele-cloud/element-theme-dark';

Or

<link rel="stylesheet" href="path/to/node_modules/@ele-cloud/element-theme-dark/lib/index.css">

Import on demand

import '@ele-cloud/element-theme-dark/lib/input.css';
import '@ele-cloud/element-theme-dark/lib/select.css';

// ...
1.0.0

5 years ago