@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
19 lines (18 loc) • 351 B
JavaScript
export const manifest = {
name: "IModalContainer",
props: [
{
name: "eventBus",
type: ["EventBus"],
default: "modalEventBus",
description: "The event bus to use for showing/hiding modals"
}
],
events: [],
slots: [],
css: {
selector: ".modal-container",
variables: []
}
};
export default manifest;