9 lines
254 B
PHP
9 lines
254 B
PHP
@props([
|
|
'gutter' => null,
|
|
])
|
|
|
|
<template name="svg" @if (isset($gutter)) gutter="{{ $gutter }}" @endif>
|
|
<svg {{ $attributes->class('absolute inset-0') }} xmlns="http://www.w3.org/2000/svg" version="1.1">
|
|
{{ $slot }}
|
|
</svg>
|
|
</template> |