10 lines
220 B
PHP
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>
|