Results 13 issues of Wes

Adding menu button, side drawer, and infinite carousel web components. All of these are written with vanilla JS and have no dependencies, so the size is as small as possible....

### Description If a component has a wire whose dynamic property throws in a getter then that will result in an unhandledRejection. I would think it should be part of...

enhancement

Bug on iOS... maybe for iOS we don't serve up standalone in the manifest, but instead "browser"... it's less than ideal but PWAs on iOS are less than ideal 🤷‍♂

bug

Info page with version, link to github repo, feedback link?

enhancement

Not sure if such a simple app warrants workbox, but it would be a good learning/reference point. Would be cool to implement [refresh to update](https://medium.com/@webmaxru/workbox-4-implementing-refresh-to-update-version-flow-using-the-workbox-window-module-41284967e79c)

enhancement

Look for a good way to urge users to add the PWA to their homescreen. It will look different for iOS and Android

enhancement

Use `` instead of just divs for the list of slots. Also look into role="feed" - https://w3c.github.io/aria-practices/examples/feed/feed.html Video on how to use screen reader - https://www.youtube.com/watch?v=5R-6WvAihms

Need to make it easier for react typescript consumers to have type checking when using `` in their TSX. The type definition will look something like: ```ts declare namespace JSX...

The current link to a react example consuming web components was written for a stenciljs-based WC and that won't work for a vanilla WC since it doesn't have the extra...

Need a section in readme that is super simple and basic and has code block showing setting the slots... a tl;dr type thing so people don't have to read the...