pub fn Notebook(_: NotebookProps) -> ElementExpand description
Notebook
§Example
use dioxus::prelude::*;
rsx! {
div {
Notebook {
size: "16px", // The size of the icon: size * size
color: "black", // The svg fill color
}
}
}§Props
For details, see the props struct definition.