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 {} } }) }