vue-ui-box

1.0.0 • Public • Published

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

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

/vue-ui-box/

    Package Sidebar

    Install

    npm i vue-ui-box

    Weekly Downloads

    12

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    73.6 kB

    Total Files

    31

    Last publish

    Collaborators

    • domatskiy