FilamentF
Filament12mo ago
Cem

Add styling to heading ?

Is it possible to 'somehow' add styling to the heading ? Using the minimal theme it's hard to read & differentiate ...
Seems ExtraAttributes doesn't do anything either
CleanShot_2025-01-05_at_14.30.012x.png
Solution
->heading(new HtmlString('<span class="text-blue-500">Identité</span>'))

you should also update your content configuration in tailwind.config.js to scan for classes inside your directory as './app/Filament/**/*.php', etc
Was this page helpful?