@extends('layouts.master') @section('title') @lang('translation.Rating') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Rating @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('script') @endsection