Skip to content
Snippets Groups Projects
Button.svelte 192 B
Newer Older
Louis's avatar
Louis committed
<button
	on:click
	type="button"
	class="rounded-full bg-white px-3 py-1.5 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50">
	<slot />
</button>