vue-collapse-box

0.1.3 • Public • Published

vue-collapse-box

This is vue component, which the use for toggle box with slide effect

Usage

<template>
    <collapse-box :open="isActive" :duration="0.75">
        <div class="collapse-block__body">
            Some Content
        </div>
    </collapse-box>
</template>

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Readme

Keywords

none

Package Sidebar

Install

npm i vue-collapse-box

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

5.47 kB

Total Files

9

Last publish

Collaborators

  • a-dovbnya