pyro/element-ui-theme

Provides element-ui-theme

dev-master / 1.1.x-dev 2020-07-27 13:15 UTC

This package is not auto-updated.

Last update: 2024-04-23 17:26:58 UTC


README

element component chalk theme.

Installation

npm i element-theme-chalk -S

Usage

Use Sass import

@import 'element-theme-chalk';

Or Use webpack

import 'element-theme-chalk';

Or

<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/lib/index.css">

Import on demand

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

// ...