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 5,775 public repositories matching this topic...
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 6.2.2
- Cross-platform modules: 6.0.1
- Android Runtime: 6.2.0
- iOS Runtime: 6.2.0
- Plugin(s): unrelated
Describe the bug
openFile method of utils module does not preview the
-
Updated
Jul 13, 2022 - TypeScript
-
Updated
Jul 14, 2022 - JavaScript
I am interested in helping provide a fix!
No
Which generators are impacted?
- All
- Angular
- HTML
- Qwik
- React
- React-Native
- Solid
- Stencil
- Svelte
- Vue
- Web components
Reproduction case
https://codesandbox.io/s/hungry-cache-trlkvp
Expected Behaviour
in angular [style]="obj"
should be [ngStyle]="obj"
and in svelte is
-
Updated
Jun 30, 2022 - TypeScript
-
Updated
Jul 14, 2022 - Svelte
New package naming
Version 2.x introduced a lot of new packages, almost every feature has a plugin package now but the component packages have some different versions and names.
Since I'd like to have the same version for the whole project, and a better naming, all packages, except "tsparticles"
will be moved to the @tsparticles\
npm group.
This is what is going to be with version 3:
`tsparticles-engine
Thanks for making bud!
I must be doing something wrong here. I'd like to scaffold create, read, update and delete actions.
It seems like only index and show are implemented, is that correct? (when running bud new controller ...
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Jul 10, 2022 - TypeScript
-
Updated
Jun 24, 2022 - TypeScript
-
Updated
Jul 6, 2022 - Svelte
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
Jul 14, 2022 - Dart
-
Updated
Jun 22, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
Jul 13, 2022 - Svelte
-
Updated
Jul 11, 2022 - Go
-
Updated
Jul 5, 2022 - TypeScript
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Svelte
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
Describe the bug
In Firefox, the zoom feature uses
transform
styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixed
when in the "Docs" view.Normally a
position: fixed
element's position would correspond to the viewport but in Firefox it corresponds to the element with thetransform
style.