element-theme-darkplus

1.0.3 • Public • Published

element-theme-darkplus

element component dark theme.

Example

Installation

npm i element-theme-darkplus -S

Usage

Use Sass import

@import 'element-theme-darkplus';

Or Use webpack

import 'element-theme-darkplus';

Or

<link rel="stylesheet" href="https://unpkg.com/element-theme-darkplus/lib/index.css">

Import on demand

import 'element-theme-darkplus/lib/input.css';
import 'element-theme-darkplus/lib/select.css';

// ...

Import color

import 'element-ui/lib/theme-chalk/index.css';
import 'element-theme-darkplus/lib/index.color.css';

// ...

Readme

Keywords

Package Sidebar

Install

npm i element-theme-darkplus

Weekly Downloads

67

Version

1.0.3

License

MIT

Unpacked Size

1.5 MB

Total Files

197

Last publish

Collaborators

  • dongwei1125