1.0.0 • Published 5 years ago

element-theme-fancy v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

element-theme-fancy

element component fancy theme.

Installation

npm i element-theme-fancy -S

Usage

Use Sass Or postcss-import

@import 'element-theme-fancy';

Or Use webpack

import 'element-theme-fancy';

Or

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

Import your need

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

// ...
1.0.0

5 years ago