mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 10:00:07 -04:00
Create DefaultButton.svelte
This commit is contained in:
parent
e5570dad2c
commit
cc200262ca
1 changed files with 6 additions and 0 deletions
6
src/components/DefaultButton.svelte
Normal file
6
src/components/DefaultButton.svelte
Normal file
|
@ -0,0 +1,6 @@
|
|||
<button
|
||||
class="rounded-md bg-white hover:bg-gray-200 transition-colors duration-200 border border-gray-200 dark:border-gray-700 dark:bg-gray-700 text-gray-700 dark:text-white dark:hover:bg-gray-600 dark:hover:border-gray-600 text-sm font-semibold text-center px-4 h-10 flex items-center justify-center w-full"
|
||||
on:click
|
||||
>
|
||||
<slot />
|
||||
</button>
|
Loading…
Add table
Add a link
Reference in a new issue