Skip to content

Help! How to integrate in existing electron app? #20

@dewiweb

Description

@dewiweb

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>
in the body but nothing appear ....

regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions