Last updated 3 years ago
The WireBootstrap Qlik Component extends the class. As such, it inherits all the base functionality of that class.
To create a new instance of the component, use the wire.qlikComponent class.
wire.qlikComponent
const qlik = new wire.qlikComponent();
Render the component using an HTML div element.
div
<div id="qlik"></div> <script> new wire.qlikComponent().render("#qlik", {}); </script>
<WireComponent component="wire.qlikComponent" config={}> <div></div> </WireComponent>
<div wire-component="wire.qlikComponent" v-wire-config=""></div>
<div wire-component="wire.qlikComponent" [config]=""></div>