How to make navigation in cluster to topNavigation?
I have cluster for advertisement and they want to make the cluster navigation top instead of the usuall left menu..
<?php
namespace App\Filament\Clusters;
use Filament\Clusters\Cluster;
class Advertisement extends Cluster
{
protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';
}
<?php
namespace App\Filament\Clusters;
use Filament\Clusters\Cluster;
class Advertisement extends Cluster
{
protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';
}
Solution
You can use SubnavigationPositionTop
https://x.com/leandrocfe/status/1779110042395984294?t=zx1NPMGMzNvlqagXJx6EIw&s=19
https://x.com/leandrocfe/status/1779110042395984294?t=zx1NPMGMzNvlqagXJx6EIw&s=19

4/13/24, 11:31 AM