We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simpla’s Javascript client could have a declarative interface to allow easy data binding in WC stack. In the spirit of the Polymerfire elements.
Init options reflected to element properties, states reflected to readonly element properties, and SDK methods mirrored to methods on the element.
Something like this (in Polymer app, could be used anywhere with bindable props):
<simpla-app project="my-project" editable=“{{editable}}" authenticated=“{{authenticated}}"> </simpla-app>
The text was updated successfully, but these errors were encountered:
madeleineostoja
No branches or pull requests
Simpla’s Javascript client could have a declarative interface to allow easy data binding in WC stack. In the spirit of the Polymerfire elements.
Init options reflected to element properties, states reflected to readonly element properties, and SDK methods mirrored to methods on the element.
Something like this (in Polymer app, could be used anywhere with bindable props):
The text was updated successfully, but these errors were encountered: