1.2.0 • Published 7 years ago

element-theme-c3 v1.2.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
7 years ago

element-theme-c3

element component c3 theme.

Use http://element.eleme.io/#/en-US/component/custom-theme to build custom themes.

Installation

npm i element-theme-c3 -S

Usage

Use Sass Or postcss-import

@import 'element-theme-c3';

Or Use webpack

import 'element-theme-c3';

Or

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

Import your need

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

// ...
1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago