Files
einundzwanzig-verein/resources/views/flux/chart/svg.blade.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>