button animated change component..
This commit is contained in:
9
resources/views/components/button/hover.blade.php
Normal file
9
resources/views/components/button/hover.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
<span
|
||||
@class([
|
||||
$color,
|
||||
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
|
||||
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize'
|
||||
])
|
||||
>
|
||||
{!! $slot !!}
|
||||
</span>
|
Reference in New Issue
Block a user