Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Using custom element tags in JSX - SolidJS
S
SolidJS
โข
4y ago
โข
1 reply
Jeremy
Using custom element tags in JSX
I like to use descriptive custom elements e
.g
.
<image
-container
> instead of
<div
> soup
. Coming from Svelte
, is there a way to make VSCode
's tsx typescript checker not yell at me for doing this
? It seems Solid itself handles it fine
.
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Using JSX in custom directives
S
SolidJS / support
2y ago
serialize JSX.Element?
S
SolidJS / support
3y ago
Solidstart Hydration error when using show and jsx element
S
SolidJS / support
16mo ago
Type '() => JSX.Element' is not assignable to type 'Element'
S
SolidJS / support
2y ago