mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
11 lines
262 B
PHP
11 lines
262 B
PHP
@blaze
|
|
|
|
@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> |