Skip to main content

Notebook

Function Notebook 

Source
pub fn Notebook(_: NotebookProps) -> Element
Expand 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.

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