UNPKG

jiku-ui

Version:

A Component Library for Vue.js.

34 lines (25 loc) 451 B
# jk-theme-chalk > heiner component chalk theme. ## Installation ```shell npm i jk-theme-chalk -S ``` ## Usage Use Sass import ```css @import 'jk-theme-chalk'; ``` Or Use webpack ```javascript import 'jk-theme-chalk'; ``` Or ```html <link rel="stylesheet" href="path/to/node_modules/jk-theme-chalk/lib/index.css"> ``` ## Import on demand ```javascript import 'jk-theme-chalk/lib/input.css'; import 'jk-theme-chalk/lib/select.css'; // ... ```