clickable widget

can anyone tell me how to redirect admin to go any table using the widgets of given in Dashboard like if i have a widget "total Posts" if we click it it will go to Posts Table. How can we archive This functoinallity?
image.png
Solution
can you tell me how add css property in action button in resources/createpage


Actions\CreateAction::make()
->label('create')
->extraAttributes([
'class' => 'float-right',
]),

this is my code i want that button float in right for that i write class float-right
but it doesnot work
Was this page helpful?