diff --git a/demo/index.html b/demo/index.html index 3cac068..c5769f9 100644 --- a/demo/index.html +++ b/demo/index.html @@ -33,6 +33,7 @@
Demo page placeholder. Component sections will be added here.
@@include('./partials/typography.html') + @@include('./partials/logos.html') @@include('./partials/palette.html') @@include('./partials/utilities.html') @@include('./partials/buttons.html') diff --git a/demo/partials/breadcrumbs.html b/demo/partials/breadcrumbs.html index 74cbe26..15eb67e 100644 --- a/demo/partials/breadcrumbs.html +++ b/demo/partials/breadcrumbs.html @@ -1,40 +1,85 @@Brand logo variants exported from Figma.
+ +Modal body content goes here. Press Escape or click the backdrop to close.
", actions: function (modal) { - const cancel = VMKUIKit.Helper.template.createElement("button", { class: "btn btn-secondary", type: "button" }, "Cancel"); + const cancel = VMKUIKit.Helper.template.createElement("button", { class: "btn btn-md btn-secondary", type: "button" }, "Cancel"); cancel.addEventListener("click", function () { modal.close(); }); - const confirm = VMKUIKit.Helper.template.createElement("button", { class: "btn btn-primary", type: "button" }, "Confirm"); + const confirm = VMKUIKit.Helper.template.createElement("button", { class: "btn btn-md btn-primary", type: "button" }, "Confirm"); confirm.addEventListener("click", function () { modal.close(); }); return [cancel, confirm]; } diff --git a/demo/partials/popover.html b/demo/partials/popover.html index 29e05ab..6ae34a5 100644 --- a/demo/partials/popover.html +++ b/demo/partials/popover.html @@ -2,7 +2,7 @@This is a lightweight floating panel triggered by a button click.
diff --git a/demo/partials/toasts.html b/demo/partials/toasts.html index faea077..8ba09a9 100644 --- a/demo/partials/toasts.html +++ b/demo/partials/toasts.html @@ -2,16 +2,16 @@