Skip to main content

FirstAidKit

Function FirstAidKit 

Source
pub fn FirstAidKit(_: FirstAidKitProps) -> Element
Expand description

FirstAidKit

§Example

use dioxus::prelude::*;

rsx! {
   div {
       FirstAidKit {
           size: "16px", // The size of the icon: size * size
           color: "black", // The svg fill color
       }
   }
}

§Props

For details, see the props struct definition.

  • size : Option<&'staticstr>
  • color : Option<&'staticstr>