Rating field show the value as rating stars. If half increments are enabled, the value must be a valid integer or decimal number. Icons can be edited from Vuetify icon settings.
<template>
<va-rating-field source="rating" length="10" half-increments></va-rating-field>
</template>
The example above creates a read-only Vuetify rating component.
The source and item properties mentioned previously.