@extends('layouts.vertical', ['title' => 'Ratings', 'topbarTitle' => 'Ratings']) @section('css') @endsection @section('content')

Basic 5 star rater

5 star rater with step

Custom Messages Example

Unlimited Number

You can have unlimited number of stars. Example with 16 stars. readOnly option is set to true.

Random Number

On Hover Event Example

Clear/Reset Rater Example

Right to left support

@endsection @section('scripts') @vite(['resources/js/components/extended-rating.js']) @endsection