#[derive(Props)]
Derive macro for component props
#[derive(Props)] struct ButtonProps { text: String, onClick: Box<dyn Fn()>, }