Skip to content

Commit

Permalink
Add Button class (#179)
Browse files Browse the repository at this point in the history
use Orchid\Screen\Actions\Button;
  • Loading branch information
billydekid authored Apr 2, 2023
1 parent c065485 commit 795dc9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ Our task application is almost complete. But, we have no way to delete our exist
So, let's add a delete button to each row of our task listing...

```php
use Orchid\Screen\Actions\Button;

Layout::table('tasks', [
TD::make('name'),

Expand Down

0 comments on commit 795dc9d

Please sign in to comment.