surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.09k stars 794 forks source link

Support for polymer #223

Open Sam2243 opened 7 years ago

Sam2243 commented 7 years ago

Hi,

Is there any support for javascript library like polymer?

dmitry-kurmanov commented 7 years ago

@Sam2243 Hello! At the moment not, but we will think about it.

Sam2243 commented 7 years ago

Hi,

Thank you. Actually I really liked this component so for now I will use it through jquery and embedding it in my polymer project :P hopefully no conflicts :D

dmitry-kurmanov commented 7 years ago

@Sam2243, for web components, you can try to implement this approach (https://github.com/MrCheater/habrahabr-universal-component) based on preact(https://preactjs.com/). We' ve used it for jQuery and Angular versions.