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,209 public repositories matching this topic...
-
Updated
Dec 30, 2020 - JavaScript
-
Updated
Dec 31, 2020 - TypeScript
-
Updated
Dec 22, 2020 - TypeScript
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
How can i manually play and stop the particle emitters in React.js?
Can't find anything on the docs..
Which version are you using?
1.18.11
Is the latest version affected?
- [ x] Yes
- No
Which library are you using?
- Vanilla JS (
tsparticles) - [ x] React (
react-tsparticles) - Vue.js 2.x (
particles.vue) - Vue.js 3.x (
particles.vue3) - [ ]
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Dec 28, 2020 - TypeScript
The /app/t/ route is not a valid URL as it does not contain any room name. Right now visiting this URL shows an empty page. This URL should be redirected to /app/ for now as it may serve a special need later.
-
Updated
Dec 16, 2020 - TypeScript
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
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
-
Updated
Dec 29, 2020 - TypeScript
-
Updated
Feb 4, 2020 - JavaScript
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
Dec 17, 2020 - Svelte
It would be good to have some kind of performance tests to get a better understanding of how well the extension performs, and to keep track of it to not overlook accidental performance decreases when adding new things.
The performance tests as a start could consist of:
- One autocompletion inside script (means svelte2tsx and the TS service are tested)
- One diagnostic run on a file that needs
-
Updated
Dec 30, 2020 - Svelte
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
Dec 27, 2020
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 20, 2020 - Svelte
-
Updated
Dec 30, 2020 - TypeScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
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: