6 lines
244 B
PHP
6 lines
244 B
PHP
@props(['active'=> false])
|
|
<a class="{{$active ? 'bg-gray-900 text-white': 'text-gray-300 hover:bg-gray-700
|
|
hover:text-white'}} rounded-md px-3 py-2 text-sm font-medium"
|
|
aria-current={{$active ? 'page': 'false'}}
|
|
{{$attributes}}
|
|
>{{$slot}}</a>
|