UNPKG

@aotearoan/neon

Version:

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

15 lines (14 loc) 378 B
import { defineComponent as e } from "vue"; const t = e({ name: "NeonCardFooter", props: { /** * If true, this will remove all padding from the card body. This is useful for presenting images and also tabs as well as other content. */ fullWidth: { type: Boolean, default: !1 } } }); export { t as default }; //# sourceMappingURL=NeonCardBody.es.js.map