# trifle-design

> A Vue.js project

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:9001
npm run storybook
```

## View
<img width="1203" alt="2018-07-17 23 56 54" src="https://user-images.githubusercontent.com/13826178/42825594-4b8d53ba-8a1d-11e8-8273-5b4926e420cb.png">

## Using
```
npm install --save trifle-design
```

main.js
```
import Trifle from 'trifle-design/src'

Vue.use(Trifle)
```

## Using Component
```
Alert,
Breadcrumb,
Button,
ButtonGroup,
Checkbox,
CheckboxGroup,
Carousel,
DropDown,
DropDownItem,
Input,
Label,
List,
Modal,
Progress,
Radio,
RadioGroup,
Select,
Textarea,
Toggle
```
