Skip to content

Commit

Permalink
Fix: css.extract vue-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Dec 31, 2019
1 parent 44f3a99 commit eef2ece
Show file tree
Hide file tree
Showing 8 changed files with 765 additions and 22 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Demo page is coming soon.

```bash
yarn add vue-bot-ui

// or
npm install vue-bot-ui
```

## Usage
Expand Down Expand Up @@ -76,14 +79,14 @@ Many things...
Usage
```vue
<template slot="header>
...
...
</template>
```

- *header* -- Board header, that contains Bot name. You can add icon or customize by this slot
- *actions* -- The slot beside Send button in the board footer. You can add some actions here (emoji, attach,...)
- *sendButton* -- The slot to customize Send button in the board footer.
- *bubbleButton* -- Customize the Bubble button
- **header** -- Board header, that contains Bot name. You can add icon or customize by this slot
- **actions** -- The slot beside Send button in the board footer. You can add some actions here (emoji, attach,...)
- **sendButton** -- The slot to customize Send button in the board footer.
- **bubbleButton** -- Customize the Bubble button

The more details for slots is coming soon.

Expand All @@ -108,8 +111,8 @@ yarn build-bundle
```

---
The icons and images from [FlatIcon](https://www.flaticon.com/)
Placeholder image from [Placehold.it](http://placehold.it)
- The icons and images from [FlatIcon](https://www.flaticon.com/)
- Placeholder image from [Placehold.it](http://placehold.it)


**Thank you!** :tada:
2 changes: 0 additions & 2 deletions dist/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<title>vue-bot-ui demo</title>
<script src="./vue-bot-ui.umd.js"></script>

<link rel="stylesheet" href="./vue-bot-ui.css">


<script>
console.log(vue-bot-ui)
Expand Down
Loading

0 comments on commit eef2ece

Please sign in to comment.