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 2,452 public repositories matching this topic...
-
Updated
Feb 21, 2021 - JavaScript
-
Updated
Jan 4, 2021 - TypeScript
-
Updated
Feb 18, 2021 - TypeScript
Which version are you using?
Ex. 1.18.12
Is the latest version affected?
- [•] Yes
- No
Which library are you using?
- [•] Vanilla JS (
tsparticles) - React (
react-tsparticles) - Vue.js 2.x (
particles.vue) - Vue.js 3.x (
particles.vue3) - Angular (
ng-particles) - Svelte (
svelte-particles) - Preact (
preact-particles) - [ ]
I noticed that the first item of a List does not ripple on click as the others do. This is visible in the official demo on the "Simple List".
I'm guessing this is an issue with SMUI and not with MDC, since the example on Material.io does not have this issue.
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.
Twitch Support
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 13, 2021 - TypeScript
It may be nice to ultimately just update these tests to read the data/blocks dir and run tests against each automatically so it's easier to manage these tests
The various popup shown can be placed outside the viewport, making them hard to view/use.
For example, a tooltip can be partially hidden if the activator is in the right of the screen, or a menu can be longer than the viewport height.
Smelte should probably provides utils to position popup on the viewport.
(by the way, thanks for your work, smelte is great :)
This file is currently imported in mystyles.scss. It corresponds to a bulma feature.
This is all and well, but long term we want to avoid using bulma, and instead implement the styles within each component. The advantage of that is that we don't have to put unused CSS on page
-
Updated
Feb 19, 2021 - TypeScript
-
Updated
Feb 21, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible
-
Updated
Feb 20, 2021 - Svelte
-
Updated
Jan 30, 2021 - JavaScript
-
Updated
Feb 21, 2021 - Svelte
Is your feature request related to a problem? Please describe.
Now I need to write svelte.showCompiledCodeToSide command everytime I switch to another file to be able to see compiled code of that file.
Describe the solution you'd like
When I open compiled version of code by svelte.showCompiledCodeToSide command, it would be nice if it would automatically change that compiled versi
I use a custom transition when going from/to my intro/outro scene to my live scene, but use the standard fade transition when live to switch between different scenes that have different camera views. I need to be able to select which transition I want to use before executing a scene change. According to the websocket documentation, it should be possible to show the available transitions in the web
-
Updated
Jan 9, 2021
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Jan 17, 2021 - Svelte
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
Currently is you set a component property to an object carrying a
BigIntthe entire storybook stops functioning. The console logs show an error trying to serialize this object.Code sample to help you get the context :