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 3,683 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
Oct 8, 2021 - JavaScript
I have this command on my build files:
windicss './resources/views/**/*.blade.php' -tz -o 'public/css/windi.css' -f './windi.config.ts'
Then here is the output when I run:
- If there is no folder on
public/css
=> No output (I expect it create a folder public/css and windi.css file) - If there is a
public/css
folder => Output correctly
It seems that Windicss cli does not generate ou
-
Updated
May 4, 2021 - TypeScript
Iterate over all submodules in `core/src/__tests__/data/blocks/*` and run snapshot tests on each
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
Update TypeDoc to latest version and migrate custom theme to their custom JSX
More informations can be found here: matteobruni/tsparticles#2178 (comment)
The actual theme just overrides the analytics file to add google ads and clarity scripts. For now it's enough migrating that to the new JSX files.
For any help with TypeDoc you can refer to their repo
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Oct 6, 2021 - TypeScript
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
Oct 10, 2021 - Svelte
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Oct 6, 2021 - Go
-
Updated
Oct 6, 2021 - Svelte
-
Updated
Oct 2, 2021 - TypeScript
-
Updated
Oct 9, 2021 - Svelte
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 :)
Is your feature request related to a problem? Please describe.
This could not be updated automatically due to failing CI. See original PR: kantord/LibreLingo#1288
Describe the solution you'd like
- update to the latest version
- make sure the app still works properly and the CI passes
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
Oct 7, 2021 - TypeScript
-
Updated
Aug 18, 2021 - TypeScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia
Describe the bug
Some community Storybooks were moved out of the monorepo some time ago. In the README file, the links which refer to them are broken.
To Reproduce