1.0.0 • Published 7 years ago

vue-ui-box v1.0.0

Weekly downloads
18
License
MIT
Repository
github
Last release
7 years ago

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

box screen

ui-box properties

NameTypeRequiredDefaultDescription
titleStringfalsebox title
idStringfalseid, need if toggle box enabled
toggleBooleanfalsefalsetoggle box enabled

ui-box events

NameparamsDescription
openwhen opening the box
closewhen closing the box

ui-box slots

Name
header
footer
1.0.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago