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 4,965 public repositories matching this topic...

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

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 Mar 18, 2022

We currently do not have feature parity across all frameworks. We should put together a simple feature matrix, where each column is a target (Angular, React, React-Native, Vue, etc.), and each row is a feature.

For now, a simple labelling system would work:
🏗 in-progress/partially implemented
not implemented
implemented

Here is a non-comprehensive example list of rows:

  • lifecyc
good first issue help wanted
tsparticles
adastra-react
adastra-react commented Nov 1, 2021

Contact Details

[email protected]

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
documentation enhancement help wanted good first issue
j3rem1e
j3rem1e commented Jan 8, 2020

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 :)

help wanted good first issue
LibreLingo
kantord
kantord commented Mar 21, 2022

Modify this page: https://github.com/LibreLingo/LibreLingo/blob/eba232b43ab98606a71d9253024ab50ea8a26e5c/apps/web/src/routes/course/%5BcourseName%5D/skill/%5BskillName%5D/introduction.svelte

so that there's a way to go back to the main page of the same course. There's already a button that starts practicing the skill, so this button will be added in addition to that.

It should be very simpl

good first issue
dmitrydvornichenko
dmitrydvornichenko commented Apr 16, 2020

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

enhancement good first issue

Created by Rich Harris

Released November 2016

Repository
sveltejs/svelte
Website
svelte.dev
Wikipedia
Wikipedia

Related Topics

angular react vue