@jinntec/fore
Version:
Fore - declarative user interfaces in plain HTML
17 lines (15 loc) • 579 B
HTML
<fx-fore>
<fx-message event="ready">hey from component</fx-message>
<fx-model>
<fx-instance>
<data>
<greeting>Hello Universe</greeting>
</data>
</fx-instance>
</fx-model>
<div class="static {greeting}">Greeting: {greeting}</div>
<fx-control ref="greeting" update-event="input">
<label>Hey!</label>
</fx-control>
<!-- <slot></slot>-->
</fx-fore>