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,637 public repositories matching this topic...
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 9, 2020 - TypeScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Aug 16, 2020 - HTML
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
Why is container.js implemented as Math.max(getRowsCount(items), 2) * yPerPx rather than Math.max(getRowsCount(items), 1) * yPerPx? Why is the 1-row case special so that the container's height is not the row height?
-
Updated
Aug 18, 2020
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 17, 2020 - HTML
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 17, 2020 - HTML
-
Updated
Aug 18, 2020 - HTML
-
Updated
Aug 7, 2020 - TypeScript
-
Updated
Aug 19, 2020 - HTML
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Kotlin
-
Updated
Jul 30, 2020 - JavaScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia

Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: