Skip to content

Commit

Permalink
feat: Add Blade template for Livewire FanChart com
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent 3ba23fc commit 6319172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/livewire/fan-chart.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div id="fanChartContainer" class="max-w-full h-auto bg-white shadow rounded-lg p-4">
<!-- Fan chart will be rendered inside this div -->
</div>

<script src="{{ asset('js/fan-chart.js') }}"></script>

0 comments on commit 6319172

Please sign in to comment.