List of Predefined Tags & Components
HTML Tags
SVG Tags
The FRAGMENT Tag
The FRAGMENT
tag is used to return multiple static children from a component or block. The only valid param to FRAGMENT
is key
. See the React documentation for more details. If a render block returns dynamic children that will change in number and order, each child should be assigned a unique key, and the FRAGMENT tag does not have to be used.
Last updated