Reflex Logo
Docs Logo
Library

/

Other

/

Html Embed

The HTML component can be used to render raw HTML code.

Before you reach for this component, consider using Reflex's raw HTML element support instead.

Hello World

Hello World

Hello World

Hello World

Hello World
Hello World

In this example, we render an image.

API Reference

rx.html

Render the html.

PropType | ValuesDefault
access_key
str
-
auto_capitalize
"off" | "none" | ...
-
content_editable
Union["inherit" | "plaintext-only", bool]
-
context_menu
str
-
dir
str
-
draggable
bool
-
enter_key_hint
"enter" | "done" | ...
-
hidden
bool
-
input_mode
"none" | "text" | ...
-
item_prop
str
-
lang
str
-
role
"alert" | "alertdialog" | ...
-
slot
str
-
spell_check
bool
-
tab_index
int
-
title
str
-
dangerouslySetInnerHTML
Dict[str, str]
-

Built with Reflex