vue-flip
A vue component that shows a flip component.
Installation
npm i vue-flip
yarn add vue-flip
Browser
Include the script file, then install the component with Vue.use(VueFlip);
:
Module
Usage
Use this template:
You can active the flip on the click with:
or you can active on the hover with:
Properties
Description | Type | Default Value | |
---|---|---|---|
active-click | flip on click | Boolean | False |
active-hover | flip on hover | Boolean | False |
height | coponent height | String | |
width | component with | String | |
transition | component transition | String | 0.5s |