UNPKG

@aotearoan/neon

Version:

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

21 lines (20 loc) 550 B
import { defineComponent as e } from "vue"; import { NeonLayoutSize as n } from "../../../model/common/layout/NeonLayoutSize.es.js"; const p = e({ name: "NeonInline", props: { /** * Size of the gap between items */ gap: { type: String, default: () => n.Large }, /** * Breakpoint at which to layout switches to vertical column layout. If no breakpoint is provided there is no * responsive switch. */ breakpoint: { type: String } } }); export { p as default }; //# sourceMappingURL=NeonInline.es.js.map