@use crate::ui::ButtonKind; @(text: &str, href: &str, kind: ButtonKind) @match kind { ButtonKind::Submit => {
@text @text
} ButtonKind::Plain => {
@text @text
} ButtonKind::Outline => {
@text @text
} }