fn-element-theme-chalk
v0.0.3
Published
Element component chalk theme.
Downloads
2
Readme
fn-element-theme-chalk
element component chalk theme.
Installation
npm i fn-element-theme-chalk -S
Usage
Use Sass import
@import 'fn-element-theme-chalk';
Or Use webpack
import 'fn-element-theme-chalk';
Or
<link rel="stylesheet" href="path/to/node_modules/fn-element-theme-chalk/lib/index.css">
Import on demand
import 'fn-element-theme-chalk/lib/input.css';
import 'fn-element-theme-chalk/lib/select.css';
// ...