Skip to content

Commit 17cd13a

Browse files
committed
update video
1 parent 32080ff commit 17cd13a

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

  • docs/ai_builder/features

docs/ai_builder/features/ide.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22

33
Reflex Build includes a **powerful, in-browser IDE** built on **Monaco Editor**, designed to make coding fast, efficient, and enjoyable—all without leaving your browser.
44

5-
<div class="p-1 my-4 rounded-lg bg-slate-5">
6-
<iframe
7-
width="100%"
8-
height="400"
9-
src="https://www.youtube.com/embed/UAj9vUweQ5g"
10-
title="Reflex Build - IDE"
11-
frameborder="0"
12-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
13-
allowfullscreen>
14-
</iframe>
15-
</div>
5+
```python exec
6+
import reflex as rx
7+
```
8+
9+
```python eval
10+
rx.el.div(
11+
rx.video(
12+
url="https://www.youtube.com/embed/UAj9vUweQ5g",
13+
width="100%",
14+
height="400px",
15+
),
16+
class_name="p-1 my-4 rounded-lg bg-slate-5",
17+
)
18+
```
1619

1720

1821
## Features

0 commit comments

Comments
 (0)