UNPKG

@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.

28 lines (27 loc) 490 B
export const manifest = { name: "IContainer", props: [ { name: "fluid", type: ["Boolean"], default: "false", description: "Display the container as fluid, always spanning 100% width" } ], events: [], slots: [ { name: "default", description: "Slot for default container content " } ], css: { selector: ".container", variables: [ { name: "--grid--xs--width" } ] } }; export default manifest;