0

As Polymer 3 migrates to lit-element (hopefully that is an accurate characterization), where is the best place to search for existing/new components that are compatible with lit-element, especially when considering the deprecation of the two-way bindings?

I often search the web components site, and find that when I come across an existing component, even from Polymer, it is an older version for bower, or one that was meant for Polymer 3. I basically want to search just the lit-element compatible components.

Paul Mazzuca
  • 567
  • 1
  • 5
  • 19

1 Answers1

1

I think the place is still the same: https://www.webcomponents.org/

Only check if the component specifically was made with LitElement or with any of the other Polymer version.

Jose Raul Perera
  • 778
  • 1
  • 7
  • 35