Skip to content
#

Svelte

svelte logo

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...

storybook
micahgodbolt
micahgodbolt commented May 27, 2022

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.

NativeScript
erkanarslan
erkanarslan commented Mar 5, 2020

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

mitosis
samijaber
samijaber commented Jun 6, 2022

As per my comment in BuilderIO/mitosis#444 (comment), this is generating confusion.

Things to do:

  • rename the .lite.tsx outputted file's extension to original.lite.tsx, because it's actually the original file and is not transformed or generated in any way original generated file, and has not undergone additional mitosis build specific transp
good first issue cli
tsparticles
omaSpencer
omaSpencer commented Jun 15, 2022

Contact Details

oma.spencer@gmail.com

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
bug enhancement help wanted good first issue
bud

Created by Rich Harris

Released November 2016

Repository
sveltejs/svelte
Website
svelte.dev
Wikipedia
Wikipedia

Related Topics

angular react vue