Full Width Button - LaraCoreKit

Full width button component for mobile-friendly forms. Responsive button sizing for Laravel apps.

Full Width Button

Button that spans full width

Preview

View Code
<button class="w-full px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition">
    Full Width Button
</button>