Files
Yusron alamsyah 6bb6a1d430 first commit
2026-03-13 10:45:28 +07:00

51 lines
2.1 KiB
Vue

<template>
<v-row>
<v-col cols="12">
<SharedUiChildCard title="List">
<v-row>
<v-col cols="6">
<SharedUiChildCard title="Simple List">
<ui-components-list-simple-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Folder List">
<ui-components-list-folder-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Nested List">
<ui-components-list-nested-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Rounded List">
<ui-components-list-rounded-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Disabled List">
<ui-components-list-disabled-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Scrollable List">
<ui-components-list-scrollable-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Custom Align List">
<ui-components-list-custom-align-list />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Switch List">
<ui-components-list-switch-list />
</SharedUiChildCard>
</v-col>
</v-row>
</SharedUiChildCard>
</v-col>
</v-row>
</template>