UNPKG

@aotearoan/neon

Version:

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

3 lines (2 loc) 579 B
"use strict";const e=require("vue"),t=require("../../presentation/label/NeonLabel.vue.cjs.js"),o=require("../../../common/enums/NeonFunctionalColor.cjs.js"),n=e.defineComponent({name:"NeonField",components:{NeonLabel:t},props:{label:{type:String,required:!0},labelFor:{type:String,default:null},optional:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},optionalLabel:{type:String,default:"Optional"},message:{type:String,default:null},messageColor:{type:String,default:o.NeonFunctionalColor.LowContrast}}});module.exports=n; //# sourceMappingURL=NeonField.cjs.js.map