Custom page

Hi all, I want to make page more custom for view, I have html like this and I want to implement in filament page and my page :
<?php

namespace App\Filament\Admin\Pages;

use Filament\Pages\Page;

class SchedulePage extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.admin.pages.schedule-page';
}
<?php

namespace App\Filament\Admin\Pages;

use Filament\Pages\Page;

class SchedulePage extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static string $view = 'filament.admin.pages.schedule-page';
}
but the color not work wel
4 Replies
toeknee
toeknee2mo ago
after including the classes did you run npm run build ?
Dennis Koch
Dennis Koch2mo ago
Did you create a custom theme? If not: Follow the docs for creating a theme, because you need it to allow for more Tailwind classes that weren't used in Filament itself.
Jr.Pikong
Jr.Pikong2mo ago
thanks @Dennis Koch , you save my time again, just follow this section :
Solution
Jr.Pikong
Jr.Pikong2mo ago
No description
Want results from more Discord servers?
Add your server