solid-docs icon indicating copy to clipboard operation
solid-docs copied to clipboard

Cumulative documentation for SolidJS and related packages.

Results 55 solid-docs issues
Sort by recently updated
recently updated
newest added

In https://www.solidjs.com/tutorial/bindings_refs the canvas has the default style ~~~css canvas { background-color: #666; -webkit-mask: url(https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg) 50% 50% no-repeat; mask: url(https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg) 50% 50% no-repeat; } ~~~ However, the referenced SVG file...

tutorial

### Describe the bug ### 1st problem The URL for the logo is given as `https://dev.solidjs.com/img/logo/dark-without-wordmark/logo.svg` but it should probably be `https://www.solidjs.com/img/logo/dark-without-wordmark/logo.svg` ### 2nd problem I see two logos (macOS...

tutorial

Hello there! Wanted to ask if you're open to a contribution with a Spanish translation of the docs. Following with the conversation that you've had with jay-es let me know...

internationalization

Translations for Tagalog text are provided for API, Guides, and Tutorials.

internationalization

- [ ] api.md - [ ] guides/comparison.md - [ ] guides/faq.md - [ ] guides/getting-started.md - [ ] guides/reactivity.md - [ ] guides/rendering.md - [ ] guides/server.md - [...

internationalization

In the introduction_jsx module, the content has been translated into Chinese, but there are still two documents in English. I deleted and corrected the serial number here.

internationalization

Hi People, If the listing in the German [README](https://github.com/solidjs/solid-docs/blob/5fe592e7fdb9ba9627fe556677eaa31e2a14cad4/langs/de/README.md) is complete, and if I have not overlooked things, then these commits sync the German translation of the tutorial with the...

internationalization

I create a copy of `en` folder, renamed it to `tr` and made translation on that. This pr provides Turkish translations only for the tutorials section, since I've been warned...

internationalization

WebdriverIO v8 just released component testing primitives that comes with SolidJS presets. This patch adds docs and an example for testing components with WebdriverIO. I believe it is a good...

### Describe the bug I'm trying to implement a 'onClickOutside' directive. Somehow when I stop the click event propagation on the parent element in the directive, the onClick handler on...

documentation