flow-bind

flow-bind #

@furo/fbp v6.11.0
import '@furo/fbp/src/flow-bind.js';
exports FlowBind js
exports <flow-bind> custom-element-definition
superclass HTMLElement
mixes FBP

summary Custom element to allow using furo-fbp's template features in a html document.

flow-bind

Custom element to allow using furo-fbp’s template features in a html document. It comes very handy, when you want write tests or make some demos.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<test-fixture id="basic">
  <template>
   <flow-bind id="elem">
     <template>
       <div id="sender" @-click="--data-received">sender</div>
       <div id="receiver" ƒ-render="--data-received">receiver</div>
     </template>
   </flow-bind>
  </template>
</test-fixture>

Attributes and Properties #

Methods #