Files
2026-04-21 09:08:42 +07:00

56 lines
2.5 KiB
Vue

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