Files
thrillwiki_laravel/resources/views/livewire/regional-parks-listing.blade.php
pacnpal 97a7682eb7 Add Livewire components for parks, rides, and manufacturers
- Implemented ParksLocationSearch component with loading state and refresh functionality.
- Created ParksMapView component with similar structure and functionality.
- Added RegionalParksListing component for displaying regional parks.
- Developed RidesListingUniversal component for universal listing integration.
- Established ManufacturersListing view with navigation and Livewire integration.
- Added feature tests for various Livewire components including OperatorHierarchyView, OperatorParksListing, OperatorPortfolioCard, OperatorsListing, OperatorsRoleFilter, ParksListing, ParksLocationSearch, ParksMapView, and RegionalParksListing to ensure proper rendering and adherence to patterns.
2025-06-23 21:31:05 -04:00

10 lines
318 B
PHP

{{-- ThrillWiki Component: RegionalParksListing --}}
<div class="thrillwiki-component">
<h3 class="text-lg font-semibold mb-4 text-gray-900 dark:text-white">
RegionalParksListing
</h3>
<p class="text-gray-600 dark:text-gray-400">
ThrillWiki component content goes here.
</p>
</div>