letsome.rsx 206 B

123456789101112
  1. #[component]
  2. fn SidebarSection() -> Element {
  3. rsx! {
  4. if let Some(url) = &link.location {
  5. "hi {url}"
  6. }
  7. if val.is_empty() {
  8. "No content"
  9. }
  10. }
  11. }