Ye Thi Ha Htwe
Ye Thi Ha Htwe
FFilament
Created by iqbalmahatmaputra on 7/15/2024 in #❓┊help
Infolist extraAttributes didn't work for tailwindcss
For your reference, Porvilas has created a video for this. https://www.youtube.com/watch?v=DrR6tfVYZsQ
16 replies
FFilament
Created by iqbalmahatmaputra on 7/15/2024 in #❓┊help
Infolist extraAttributes didn't work for tailwindcss
Yes it is. You're going to need to create a theme for that.
16 replies
FFilament
Created by iqbalmahatmaputra on 7/15/2024 in #❓┊help
Infolist extraAttributes didn't work for tailwindcss
Hi, for your styling attributes, you can just simply use:
TextEntry::make('course_name')
->size(TextEntry\TextEntrySize::Large)
->color('info')
->weight(FontWeight::Bold),
TextEntry::make('course_name')
->size(TextEntry\TextEntrySize::Large)
->color('info')
->weight(FontWeight::Bold),
https://filamentphp.com/docs/3.x/infolists/entries/text#customizing-the-text-size
16 replies
FFilament
Created by slamx_ on 7/14/2024 in #❓┊help
Get Resource Page Type
->label(fn($livewire) => $livewire instanceof CreateUser ? 'Specific' : 'Standard'),
->label(fn($livewire) => $livewire instanceof CreateUser ? 'Specific' : 'Standard'),
3 replies