-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Update the documentation to refer to Lit in all parts and not refer to Polymer in examples #8924
Comments
Do we plan to upgrade the component starter to integrate a Lit component instead of a Polymer one? It is linked in the documentation on integrating a web component. |
It is the third point in the AC ?
|
Yes, I noticed, but is it part of this ticket to do the actual modification of the starter? |
Yes it was discussed as such, but I think it is fine if you want to split it out. |
Split out to ticket vaadin/npm-addon-template#236. I suppose mwc-slider would be a reasonable substitute. |
Just checking: does this part
refer to the situation where the template is e.g.: <div id="myDiv">
<vaadin-button id="myButton">VButton</vaadin-button>
</div> and doing |
Co-authored-by: caalador <mikael.grankvist@gmail.com> Part of vaadin/flow#8924
The documentation should not refer to Polymer anymore in any examples and the docs should be highlighting the approach of having layouts in html/js and UI logic in Java:
The text was updated successfully, but these errors were encountered: