# 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';

// ...
```
