Files
general-template/pages/ui-components/Ratting.vue
T
Yusron alamsyah 6bb6a1d430 first commit
2026-03-13 10:45:28 +07:00

56 lines
2.4 KiB
Vue

<template>
<v-row>
<v-col cols="12">
<SharedUiChildCard title="Ratting">
<v-row>
<v-col cols="6">
<SharedUiChildCard title="Basic Ratting">
<ui-components-ratting-basic-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Size Ratting">
<ui-components-ratting-size-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Length Ratting">
<ui-components-ratting-length-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Read Only Ratting">
<ui-components-ratting-read-only-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Clearable Ratting">
<ui-components-ratting-clearable-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Half Ratting">
<ui-components-ratting-half-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Hover Ratting">
<ui-components-ratting-hover-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Icons Ratting">
<ui-components-ratting-icons-ratting />
</SharedUiChildCard>
</v-col>
<v-col cols="6">
<SharedUiChildCard title="Label Ratting">
<ui-components-ratting-label-ratting />
</SharedUiChildCard>
</v-col>
</v-row>
</SharedUiChildCard>
</v-col>
</v-row>
</template>