Files
panel/resources/js/pages/components/timeline.vue

22 lines
270 B
Vue
Raw Permalink Normal View History

2025-08-04 16:33:07 +03:30
<template>
<VRow>
<VCol
cols="12"
md="6"
>
<TimelineBasic />
</VCol>
<VCol
cols="12"
md="6"
>
<TimelineOutlined />
</VCol>
<VCol cols="12">
<TimelineWithIcons />
</VCol>
</VRow>
</template>