Implement gRPC on client and server
Pending Testing
This commit is contained in:
@@ -13,6 +13,7 @@ pub enum ButtonVariant {
|
||||
Accented,
|
||||
}
|
||||
|
||||
#[component]
|
||||
pub fn Button(props: ButtonProps) -> Element {
|
||||
rsx! {
|
||||
button { "{props.text}" }
|
||||
|
||||
Reference in New Issue
Block a user