feat(bidi): add bidi example
This commit is contained in:
parent
805f1c161c
commit
fe21c45095
3 changed files with 118 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue