update FramelessButton, PhoneInput, TextInput
- FramelessButton: use cursor-pointer - PhoneInput: add setCountryByIP with geo lookup - TextInput: add $bindable ref property
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<button
|
||||
class={[
|
||||
'text-accent hover:text-primary inline-flex items-center gap-1.5 transition-colors',
|
||||
'text-accent hover:text-primary inline-flex cursor-pointer items-center gap-1.5 transition-colors',
|
||||
disabled && 'pointer-events-none cursor-not-allowed opacity-50'
|
||||
]}
|
||||
{onclick}
|
||||
|
||||
Reference in New Issue
Block a user