@scalar/api-client
Version:
the open source API testing client
20 lines (19 loc) • 794 B
JavaScript
import { defineComponent as e, createElementBlock as o, openBlock as n, createVNode as a, createElementVNode as m, unref as l } from "vue";
import { ScalarIconDownloadSimple as r } from "@scalar/icons";
const s = {
class: "download-app-button flex w-full flex-row items-center justify-center gap-2 rounded px-3.5 py-2 text-sm leading-5 font-medium",
href: "https://scalar.com/download?utm_source=web_client&utm_medium=download_button&utm_campaign=topnav",
target: "_blank",
type: "button"
}, i = /* @__PURE__ */ e({
__name: "DownloadAppButton",
setup(p) {
return (d, t) => (n(), o("a", s, [
a(l(r), { size: "sm" }),
t[0] || (t[0] = m("span", { class: "sr-only text-sm font-medium sm:not-sr-only" }, " Download App ", -1))
]));
}
});
export {
i as default
};