Jason Lee

Results 5 issues of Jason Lee

This is a work-in-progress. Some of the big items are: - [ ] swipeable toasts - [ ] decouple toast item view and logic - [ ] asyncable `onpop()` -...

@zerodevx here is how I use the library Import ``` import {SvelteToast, toast} from '@zerodevx/svelte-toast' const options = {} ``` Set the component `` On Form Submit `toast.push('Hello world!')` This...

> Hi there! > I hope you're doing great. Just checking in to see how things are going with the next version of zero-md. I'm pretty excited about the idea...

enhancement

WRT https://github.com/PolymerLabs/start-lit-element/blob/master/index.html#L16-L22, ```html ``` it seems that if we're using `webcomponents-loader.js` asynchronously with the `defer` attribute, element definitions should be imported **after** the polyfills have been loaded via the `WebComponents.waitFor()`...