Skip to content

Instantly share code, notes, and snippets.

View jeffegiovani's full-sized avatar

Jefferson Giovani jeffegiovani

View GitHub Profile
@jeffegiovani
jeffegiovani / AppServiceProvider.php
Last active September 17, 2025 10:23
Character Count - Filament V4 Macro Service Provider
<?php
namespace App\Providers;
use Filament\Forms\Components\Field;
use Filament\Schemas\Components\Html;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
@jeffegiovani
jeffegiovani / README.md
Created January 26, 2025 01:15 — forked from ifindev/README.md
Tailwind Kanban

Tailwind Kanban

A simple exploration to build a kanban board using css grid in Tailwind CSS. So it's about 187 lines for just the mockup. This is totally normal because I just use plain HTML. For the next update, I will use Vue component to recreate it since it will clean up the code and more reusable.

Anyway, the UI is already responsive. But since I am using grids, I haven't figure out how to apply a horizontal scroll bar for the overflow case just like a normal kanban boards. Also, open up Tailwind Play to try out this project.

The design is inpired from this image. Kanban