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,421 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
Jun 2, 2022 - TypeScript
-
Updated
Jun 3, 2022 - JavaScript
- I am interested in helping provide a fix!
The local developer docs found here should mention after the developer makes their changes to run yarn run fmt:prettier in the root of the project to make sure their code is formatted so the linter doesn't fail.
For reference see [here](BuilderIO/mitosis#429 (comment)
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)" />
`-
Updated
Jun 3, 2022 - Svelte
The particles options section needs the interactivity options, so each particle can override the default options. The general options are going to be removed, but they will be kept for compatibility probably until v4
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
May 28, 2022 - TypeScript
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
May 27, 2022 - TypeScript
-
Updated
May 27, 2022 - Svelte
-
Updated
May 31, 2022 - TypeScript
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
Jun 1, 2022 - TypeScript
-
Updated
May 31, 2022 - TypeScript
-
Updated
Jun 3, 2022 - Svelte
-
Updated
Jun 2, 2022 - Dart
-
Updated
Jun 2, 2022 - Go
-
Updated
May 25, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Svelte
-
Updated
Jun 2, 2022 - TypeScript
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 :)
Created by Rich Harris
Released November 2016
- Repository
- sveltejs/svelte
- Website
- svelte.dev
- Wikipedia
- Wikipedia

aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded#associated_roles
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.