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,011 public repositories matching this topic...
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Oct 25, 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.
Modal components should close when Escape
key is pressed on the keyboard.
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Nov 9, 2020 - TypeScript
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
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 :)
-
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
Nov 12, 2020 - TypeScript
-
Updated
Nov 9, 2020 - Svelte
-
Updated
Oct 25, 2020
-
Updated
Nov 11, 2020 - Svelte
-
Updated
Oct 27, 2020 - Svelte
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 10, 2020 - Svelte
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Oct 1, 2020 - HTML
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 11, 2020 - HTML
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
@default
tag to describe the default valueHowever, nothing happens when I use the
@deprecated
tag.Describe the solution you'd like
Some ideas: