1.0.0 • Published 7 years ago
vue-ui-box v1.0.0
install
npm i vue-ui-box
use
<ui-box title="Box DEMO" :toggle="true" id="test">
box content
</ui-box>example app
import UIBox from 'vue-ui-box'
Vue.use(UIBox)screenshot

ui-box properties
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| title | String | false | box title | |
| id | String | false | id, need if toggle box enabled | |
| toggle | Boolean | false | false | toggle box enabled |
ui-box events
| Name | params | Description |
|---|---|---|
| open | when opening the box | |
| close | when closing the box |
ui-box slots
| Name | |
|---|---|
| header | |
| footer |