Product Review Component - LaraCoreKit

Product review component with star ratings and helpful votes. Customer feedback for Laravel apps.

Product Review

Star ratings and review display

Preview

Wireless Headphones Pro

(128 reviews)
JD
John Doe

Amazing sound quality! The noise cancellation is top-notch. Battery life easily lasts 30+ hours.

April 15, 2025
View Code
<div class="bg-gray-50 dark:bg-gray-700 rounded-lg p-4">
    <div class="flex items-start gap-3">
        <div class="w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center text-white text-sm font-medium">JD</div>
        <div>
            <div class="flex items-center gap-2 mb-1">
                <span class="font-medium text-gray-900 dark:text-white">John Doe</span>
                
            </div>
            <p class="text-gray-600 dark:text-gray-400 text-sm">Amazing sound quality!</p>
        </div>
    </div>
</div>