1.4.0 • Published 7 years ago

vue-expando v1.4.0

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

Expando

A very, very simple component for wrapping content for which you'd like to animate a height transition without resorting to goofy CSS tricks.

Usage

// all of this assumes you're using some kind of build process to
// facilitate single file components

// import it
import Expando from 'vue-expando'

// register it globally for your app
Vue.component(Expando)

// or register it locally for a given parent component
export default {
    // ...
    components: {
        Expando
    },
    //...
}

// and use it
<template>
    <expando title="Main Title"
        subtitle="Subtitle">
        <your-content-occupies-the-singular-slot-in-the
    </expando>
</template>
1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago