For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Library

/

Layout

/

Fragment

Fragment

A Fragment is a Component that allow you to group multiple Components without a wrapper node.

Refer to the React docs at React/Fragment for more information on its use-case.

Component1

Component2

API Reference

rx.fragment

A React fragment to return multiple components from a function without wrapping it in a container.

Props

No component specific props

Built with Reflex