6 lines
219 B
HTML
6 lines
219 B
HTML
<button
|
|
type="button"
|
|
class="px-6 py-2 bg-blue-500 text-white font-semibold rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-opacity-75"
|
|
>
|
|
{{ text }}
|
|
</button>
|