parfum/resources/views/flux/chart/area.blade.php
2025-09-13 10:36:12 +07:00

10 lines
220 B
PHP

@aware(['field'])
@props([
'field' => 'value',
])
<template name="area" field="{{ $field }}" {{ $attributes->only(['curve']) }}>
<path fill="currentColor" {{ $attributes->except('curve') }}></path>
</template>