action btns icon widgets add

This commit is contained in:
2025-01-22 13:13:49 +03:00
parent 22f7ecff6a
commit 265300f345
9 changed files with 131 additions and 34 deletions

View File

@ -1,13 +1 @@
<x-main>
<x-slot:title>
Custom Title
</x-slot>
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' >{{ $label }}</a>
</x-main>
<a title="{{ $title }}" class='btn btn-{{ $btn_type }}' href='{{ $url }}' style='margin: 3px' ><i class='{{ $label }}'></i></a>