SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Consider turning the section and variable components from Angular to standard web components #158

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Standard web components:

https://developers.google.com/web/fundamentals/web-components/

In order to go about the process of decoupling ScriptedForms from Angular I should make each of the form components into standard web-components that don't need Angular to work.

SimonBiggs commented 6 years ago

https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements

SimonBiggs commented 6 years ago

No need.