byted-vui
Version:
A Component Library for Vue.js.
32 lines (24 loc) • 407 B
Markdown
# theme-chalk
## Installation
```shell
npm i theme-chalk -S
```
## Usage
Use Sass import
```css
@import 'theme-chalk';
```
Or Use webpack
```javascript
import 'theme-chalk';
```
Or
```html
<link rel="stylesheet" href="path/to/node_modules/byted-vui/lib/theme-chalk/index.css">
```
## Import on demand
```javascript
import 'theme-chalk/lib/input.css';
import 'theme-chalk/lib/select.css';
// ...
```