feat: add resources and view components
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<div {{ $attributes->class(['fi-btn-group']) }}>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
<div {{ $attributes->class(['fi-btn-group']) }}>
|
||||
{{ $slot }}
|
||||
</div>
|
||||