UNPKG

@aotearoan/neon

Version:

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

3 lines (2 loc) 635 B
"use strict";const e=require("vue"),t=require("../../../common/enums/NeonOrientation.cjs.js"),n=require("../../../common/enums/NeonResponsive.cjs.js"),o=require("../../../common/enums/NeonSize.cjs.js"),r=e.defineComponent({name:"NeonCard",props:{orientation:{type:String,default:t.NeonOrientation.Vertical},size:{type:String,default:o.NeonSize.Medium},horizontalBorders:{type:Boolean,default:!0},horizontalBreakpoint:{type:String,default:n.NeonResponsive.MobileLarge},noBreak:{type:Boolean,default:!1}},setup(i){return{attrs:e.useAttrs(),NeonOrientation:t.NeonOrientation}}});module.exports=r; //# sourceMappingURL=NeonCard.cjs.js.map