solid-playground
solid-playground copied to clipboard
Quickly discover what the solid compiler will generate from your JSX template
In testing Solid Bootstrap, it'd be really nice to be able to include the Bootstrap CSS in the output. Two natural interfaces: * Button for adding CSS by URL *...
It'd be nice to be able to use solid-styled-jsx in the editor. Maybe there can be an option for it. More generally (merits a new issue) there could be an...
**Describe the bug** Custom directives (`use:something`) work [in the playground](https://playground.solidjs.com/?hash=1321179059&version=1.0.0), but exporting this [to codesanbox](https://codesandbox.io/s/c0tbl) produces compilation errors **To Reproduce** Create a custom directive in the playground export to codesanbox...
When iframe is focused, using zoom keyboard shortcuts will use the native browser page zoom instead of the custom one. To fix this I need to add the keyup event,...
As of today the compilation of the JSX to JS happens as you type it with a debounced function of 250ms. Watching people code in real time, this can be...
Title: Double increment upon version change Note: Possible bug in playground (not sure) Steps: 1. On Solid JS - Playground, goto counter Example, 2. as soon as the HTML button...
Shifting compilation from online to client side is very crucial.. Otherwise it makes the PWA app useless... Please allow the Service worker to handle compilation offline on the Client side...
Feature Request.. Allow component files to be loaded and renamed automatically in a new tab when user drags and drop file(s) into the playground editor.. Also button to import them...
Often time you want to have a simple setup that's already made, especially for the style. Or you want to reproduce a very specific case with weird metadata. Maybe this...
I'm among those people that prefer larger coding fonts but that would feel selfish to impose that to every user as I feel like this is not so common. What...