UNPKG

@scalar/api-client

Version:

the open source API testing client

20 lines (19 loc) 739 B
import { defineComponent as t, createElementBlock as e, openBlock as n, createVNode as a, createElementVNode as p, unref as m } from "vue"; import { ScalarIconDownloadSimple as r } from "@scalar/icons"; const l = { class: "download-app-button flex flex-row gap-2 rounded !px-3 !py-1.5 sm:px-3", href: "https://scalar.com/download?utm_source=web_client&utm_medium=download_button&utm_campaign=topnav", target: "_blank", type: "button" }, _ = /* @__PURE__ */ t({ __name: "DownloadAppButton", setup(s) { return (d, o) => (n(), e("a", l, [ a(m(r), { size: "sm" }), o[0] || (o[0] = p("span", { class: "sr-only text-sm font-medium sm:not-sr-only" }, " Download App ", -1)) ])); } }); export { _ as default };