Ghost Button Component - LaraCoreKit

Ghost button component with transparent background. Minimal design for subtle actions in Laravel apps.

Ghost Button

Minimal button without background

Preview

View Code
<button class="px-4 py-2 text-gray-700 dark:text-gray-300 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-gray-500 focus:ring-offset-2 transition">
    Ghost Button
</button>