1.0.12 • Published 1 year ago

fluid-xb-tools v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago