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,529 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 18, 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.tsxoutputted 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 buildspecific transp
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Jun 17, 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
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 18, 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 19, 2022 - Dart
-
Updated
Jun 18, 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.