@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
17 lines (16 loc) • 637 B
JavaScript
import e from "./NeonPassword.es.js";
import { resolveComponent as i, openBlock as s, createBlock as t, mergeProps as r } from "vue";
import p from "../../../_virtual/_plugin-vue_export-helper.es.js";
function c(o, a, l, f, m, d) {
const n = i("neon-input");
return s(), t(n, r({
type: o.show ? "text" : "password",
class: "neon-password",
icon: o.show ? "visibility-on" : "visibility-off"
}, o.sanitizedAttributes, { onIconClick: o.iconClicked }), null, 16, ["type", "icon", "onIconClick"]);
}
const w = /* @__PURE__ */ p(e, [["render", c]]);
export {
w as default
};
//# sourceMappingURL=NeonPassword.vue.es.js.map