@@ -20,10 +20,16 @@ fn app(cx: Scope) -> Element {
}
Button {
a: "asd".to_string(),
+ b: "asd".to_string(),
c: "asd".to_string(),
d: Some("asd".to_string()),
e: "asd".to_string(),
+ Button {
+ a: "asd".to_string(),
+ c: "asd".to_string(),
+ d: Some("asd".to_string()),
+ }
})