delia

Use the bookmark as a header action

to add the bookmark action to any filament page:

1protected function getHeaderActions(): array
2{
3 return [
4 BookmarkHeaderAction::make()
5 ];
6}