Questions tagged [pwa-starter-kit]

4 questions
3
votes
3 answers

Expose web-component element from ShadowDom to external JS using document.getElementById

I am working with the current PWA starter kit template from Polymer. https://github.com/Polymer/pwa-starter-kit/tree/template-typescript My web-component element page return the following code with a DIV element: return html` ${SharedStyles} …
datapool
  • 203
  • 3
  • 12
1
vote
1 answer

mwc-icon 0.7.1 not rendering (with lit-element/pwa-starter-kit)?

Has any one got mwc-icon (0.7.1) to work with lit-element (pwa-starter-kit)? mwc-button renders OK but mwc-icon does not render the icon just the icon index text. import { html } from 'lit-element'; import { PageViewElement } from…
Steve
  • 476
  • 3
  • 10
1
vote
2 answers

Polymer Cli Vs PWA starter Kit

What is the difference between Polymer Cli and PWA starter Kit? I am eager to build PWA with web components using Polymer but I am confused about these two.
M.Dhee
  • 65
  • 1
  • 6
0
votes
1 answer

How to import Material Design Components into Progressive Web App Starter Kit?

I want to use Material Design Component: Lists into my Progressive Web App Starter Kit. So... npm install @material/list Now what? All I can think to do is import { MDCList } from '@material/list/dist/mdc.list.css' or