Skip to content

Instantly share code, notes, and snippets.

View mleonhard's full-sized avatar

Michael Leonhard mleonhard

View GitHub Profile
@mleonhard
mleonhard / new_account.applin.jbuilder
Created November 6, 2023 07:34
new_account.applin.jbuilder
json.page Applin::nav_page(title: "New Account") {
Applin::scroll {
Applin::form(widgets: [
Applin::textfield(
label: "Username", var_name: "username"),
Applin::nav_button(
text: "Terms",
actions: [Applin::push("/terms")],
),
Applin::nav_button(