> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# JSX

> Learn how to use the YiDA JSX component and its properties. Write JSX code to render fully customized content that goes beyond the built-in component library.

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

| Attribute | Description                                    | Type              | Default |
| --------- | ---------------------------------------------- | ----------------- | ------- |
| `render`  | Content to display. Returns JSX code directly. | `() => ReactNode` | -       |
