Outline Button Component - LaraCoreKit

Outline button component with border styling. Lightweight design for Laravel applications.

Outline Button

Button with outline style

Preview

View Code
<button class="px-4 py-2 border-2 border-blue-600 text-blue-600 dark:text-blue-400 rounded-lg hover:bg-blue-50 dark:hover:bg-blue-900/20 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition">
    Outline Button
</button>