Files
panel/resources/js/pages/components/timeline.vue
2025-08-04 16:33:07 +03:30

22 lines
270 B
Vue

<template>
<VRow>
<VCol
cols="12"
md="6"
>
<TimelineBasic />
</VCol>
<VCol
cols="12"
md="6"
>
<TimelineOutlined />
</VCol>
<VCol cols="12">
<TimelineWithIcons />
</VCol>
</VRow>
</template>