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 4,046 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
Nov 29, 2021 - JavaScript
for tailwindcss:
<div className="relative w-4 h-4 bg-red-400 after:absolute after:top-4 after:w-full after:h-full after:bg-blue-400" /><div className="relative w-4 h-4 bg-red-400 after:(absolute top-4 w-full h-full bg-blue-400)" />
`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
Contact Details
What is your request?
Can i use this in react native?
Version
1.37.2
Which library are you using?
React.js (react-tsparticles, react-particles-js)
Code of Conduct
- I agree to follow this project's Code of Conduct
-
Updated
May 4, 2021 - TypeScript
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Nov 27, 2021 - TypeScript
-
Updated
Nov 25, 2021 - Svelte
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Nov 29, 2021 - 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
Nov 25, 2021 - TypeScript
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 5, 2021 - Svelte
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Nov 27, 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 :)
-
Updated
Nov 26, 2021 - TypeScript
edit from @kantord:
Use this guide to upgrade our yarn version: https://yarnpkg.com/getting-started/migration
It's a good first issue to anyone who has done such an update before. It does not require any deep knowledge of the project structure. It might be hard for anyone who doesn't know much about yarn and setting up build tools in node
original description from @szabgab :
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
Aug 18, 2021 - TypeScript
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia



Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.