solid-syntax-components
Installation
SKILL.md
solid-syntax-components
Quick Reference
Component Types
| Type | Children | Use When |
|---|---|---|
Component<P> |
Optional (untyped) | General-purpose component |
ParentComponent<P> |
Required (children: JSX.Element) |
Layout wrappers, containers |
VoidComponent<P> |
Forbidden | Icons, inputs, leaf nodes |
FlowComponent<P, C> |
Typed (children: C) |
Control flow, render props |