1.0.12 • Published 3 years ago

fluid-xb-tools v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Install

npm install fluid-xb-tools --save-dev

Quick Start

import {fluid} from 'fluid-xb-tools'
import 'fluid-xb-tools/fluid.css'

// init
export default {
  data () {
    return {
      ,,,
    }
  },
  created() {
    this.fluidObject = new fluid()
    this.fluidObject.init()
  },
  methods: {
    openFluid: function () {
      // open fluid
      this.fluidObject.openDialog(iframeUrl)
    }
  }
}

Browser Support

Modern browsers and Internet Explorer 10+.

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago