-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
after integration in my electron app with yarn add deutschesoft/awml
I don't understand well how to integrate AWML in my frontend.
I've test: <script type=module src="../node_modules/@deutschesoft/awml/src/index.js"></script> in the head of my index.html
with:
<h1>These two knobs stay in sync</h1>
<awml-knob min='0' max='10'>
<awml-option type=bind name='value' src='local:foo'></awml-option>
</awml-knob>
<awml-knob min='0' max='10'>
<awml-option type=bind name='value' src='local:foo'></awml-option>
</awml-knob>
</awml-root>
regards
Metadata
Metadata
Assignees
Labels
No labels