feat(bidi): add bidi example

This commit is contained in:
143mailliw 2025-08-05 05:09:39 -07:00 committed by Victor Tran
parent 805f1c161c
commit fe21c45095
3 changed files with 118 additions and 1 deletions

View file

@ -10,7 +10,6 @@ struct HelloWorld {
impl Render for HelloWorld {
fn render(&mut self, _window: &mut Window, _cx: &mut Context<Self>) -> impl IntoElement {
div()
.dir_rtl()
.flex()
.flex_col()
.gap_3()