@extends('layouts.master') @section('title') Rating @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Rating @endslot @slot('subtitle') UI Elements @endslot @endcomponent
Default rating
Half rating
Disabled rating
Readonly rating with a value
Customized heart rating
Only fill selected
Handle events
Customize tooltips
Default rating
Set start rate to 5 [6..10]
Set start and stop rate [2..10]
Set start and stop rate [2..10] with step 2
Custom icons
Fractional rating
Custom CSS icons
@endsection @section('scripts') @endsection