Svelte
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
Here are 1,899 public repositories matching this topic...
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Sep 21, 2020 - TypeScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.
There are some basic accessibility issues on the landing page of Blaze which can be seen on Lighthouse.
The complete report can be found here https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fblaze.now.sh%2F#accessibility
-
Updated
Oct 7, 2020 - TypeScript
Describe the bug
If you run the development server (yarn web dev), and run the Cypress tests,
(yarn web cy:run), you'll see that there are several console warnings.
To Reproduce
Steps to reproduce the behavior:
yarn web devyarn web cy:run
Expected behavior
There should be no console errors, the dev server output should be clean
Screenshots

Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: