0.5.4 • Published 4 months ago

vue-fullpage-modal v0.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Documentation

Checkout Documentation📝

Install

npm install vue-fullpage-modal

Usage

Plugin

import FullpageModal from 'vue-fullpage-modal'

Vue.use(FullpageModal)

Component

<template>
  <div>
    <img @click="openModal" src="/logo.png" >
  </div>
</template>
<script>
import HelloWorld from './HelloWorld'

export default {
// ...
  methods: {
    openModal() {
      this.$FModal.show(
        { component: HelloWorld },
        { msg: "Welcome to Your Vue.js App" }
      )
    }
  }
}
</script>

Contributor

👥 Medistream

📝 License

Copyright © 2021 Medistream This project is MIT licensed.

0.5.4

4 months ago

0.5.3

3 years ago

0.5.2

3 years ago

0.4.4

3 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.5.1

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago