9 lines
No EOL
255 B
Rust
9 lines
No EOL
255 B
Rust
use dioxus::prelude::*;
|
|
|
|
pub fn StreamSidebar(cx: Scope) -> Element {
|
|
cx.render(rsx!{
|
|
div { class: "absolute bottom-4 left-4 p-4 ring-[1px] ring-ada-werefox-cyan bg-alice-werefox-grey w-[36rem] h-[60rem]",
|
|
div {}
|
|
}
|
|
})
|
|
} |