Skip to main content
The JSX component lets you render a fully customized component through JSX code. It is typically used for display-only scenarios.

When to Use

  • Use it to render custom content in JSX form.

Component Example

Component Properties