Skip to content

Instantly share code, notes, and snippets.

View iamprageeth's full-sized avatar
👨‍💻
Laravel

Prageeth Peiris iamprageeth

👨‍💻
Laravel
View GitHub Profile
@mithicher
mithicher / table-simple.blade.php
Last active November 11, 2023 11:18
Simple Laravel Blade Table Component With Alpine.js and TailwindCSS
{{--
Simple Example:
<x-table-simple
striped // default: false
:columns='[
[
"name" => "Name",
"field" => "name",
"columnClasses" => "", // classes to style table th
"rowClasses" => "" // classes to style table td