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.

11 lines (10 loc) 1.51 kB
export { default as ILayoutBasicExample } from "@inkline/inkline/components/ILayout/examples/basic.vue"; export { default as ILayoutContentHeaderExample } from "@inkline/inkline/components/ILayout/examples/content-header.vue"; export { default as ILayoutContentHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/content-header-footer.vue"; export { default as ILayoutContentWithLeftAsideHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/content-with-left-aside-header-footer.vue"; export { default as ILayoutContentWithLeftAndRightAsidesHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/content-with-left-and-right-asides-header-footer.vue"; export { default as ILayoutContentWithRightAsideHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/content-with-right-aside-header-footer.vue"; export { default as ILayoutLeftAndRightAsidesWithContentHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/left-and-right-asides-with-content-header-footer.vue"; export { default as ILayoutLeftAsideWithContentHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/left-aside-with-content-header-footer.vue"; export { default as ILayoutRightAsideWithContentHeaderFooterExample } from "@inkline/inkline/components/ILayout/examples/right-aside-with-content-header-footer.vue"; export { default as ILayoutWithAsideCSSExample } from "@inkline/inkline/components/ILayout/examples/with-aside.scss?inline";