@ele-cloud/element-theme-dark
v1.0.0
Published
Element component dark theme.
Readme
element-theme-dark
element component dark theme.
Installation
npm install @ele-cloud/element-theme-darkUsage
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';
// ...