UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

32 lines (31 loc) 754 B
import { defineComponent as e } from "vue"; import { NeonSize as o } from "../../../common/enums/NeonSize.es.js"; import n from "../../presentation/icon/NeonIcon.vue.es.js"; const a = e({ name: "NeonInputIndicator", components: { NeonIcon: n }, props: { /** * The label to display */ label: { type: String, required: !1 }, /** * The icon to display */ icon: { type: String, required: !1 }, /** * The size of the input indicator */ size: { type: String, default: o.Medium }, /** * Disabled style when used in combination with disabled inputs */ disabled: { type: Boolean, default: !1 } } }); export { a as default }; //# sourceMappingURL=NeonInputIndicator.es.js.map