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,514 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 17, 2022 - TypeScript
-
Updated
Jun 16, 2022 - JavaScript
As per my comment in BuilderIO/mitosis#444 (comment), this is generating confusion.
Things to do:
- rename the
.lite.tsx
outputted file's extension tooriginal.lite.tsx
, because it's actually theoriginal file and is not transformed or generated in any wayoriginal generated file, and has not undergone additionalmitosis build
specific transp
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Svelte
Contact Details
What happened?
I tried disable fullscreen mode, but if I set to false, then works with fully lagged and crashed out. Particles disappear and showing a sad emoji. Memory leak + chrome tab crash the response.
Component
import { Component } from 'solid-js';
import TSParticles from 'solid-particles';
import { loadFull } from 'tspartic
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
Jun 17, 2022 - TypeScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
May 27, 2022 - TypeScript
-
Updated
Jun 10, 2022 - Svelte
-
Updated
Jun 16, 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
Jun 17, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Dart
-
Updated
Jun 16, 2022 - Svelte
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Svelte
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 13, 2022 - TypeScript
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.