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.3 kB
export { default as IRowBasicExample } from '@inkline/inkline/components/IRow/examples/basic.vue'; export { default as IRowDistributionAroundExample } from '@inkline/inkline/components/IRow/examples/distribution-around.vue'; export { default as IRowDistributionBetweenExample } from '@inkline/inkline/components/IRow/examples/distribution-between.vue'; export { default as IRowHorizontalAlignmentStartExample } from '@inkline/inkline/components/IRow/examples/horizontal-alignment-start.vue'; export { default as IRowHorizontalAlignmentCenterExample } from '@inkline/inkline/components/IRow/examples/horizontal-alignment-center.vue'; export { default as IRowHorizontalAlignmentEndExample } from '@inkline/inkline/components/IRow/examples/horizontal-alignment-end.vue'; export { default as IRowReorderingReverseExample } from '@inkline/inkline/components/IRow/examples/reordering-reverse.vue'; export { default as IRowVerticalAlignmentTopExample } from '@inkline/inkline/components/IRow/examples/vertical-alignment-top.vue'; export { default as IRowVerticalAlignmentMiddleExample } from '@inkline/inkline/components/IRow/examples/vertical-alignment-middle.vue'; export { default as IRowVerticalAlignmentBottomExample } from '@inkline/inkline/components/IRow/examples/vertical-alignment-bottom.vue';