feat: add x-fuel.* Blade components

This commit is contained in:
Ovidiu U
2026-04-07 14:34:44 +01:00
parent 6d6def18f1
commit b21c99411d
7 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@props(['results' => []])
<div
x-data="stationMap(@entangle('results'))"
class="h-56 w-full overflow-hidden border-y border-[#e5ded7] md:h-96"
></div>