Skip to content

Commit

Permalink
Add HasActionVerticalAlignment and HasIconVerticalAlignment
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Nov 12, 2024
1 parent 074412b commit a3237c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/Infolists/SimpleAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
namespace CodeWithDennis\SimpleAlert\Components\Infolists;

use Closure;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasActionVerticalAlignment;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasBorder;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasColor;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasDescription;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasIcon;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasIconVerticalAlignment;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasLink;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasSimple;
use CodeWithDennis\SimpleAlert\Components\Concerns\HasTitle;
use Filament\Infolists\Components\Entry;

class SimpleAlert extends Entry
{
use HasActionVerticalAlignment;
use HasBorder;
use HasColor;
use HasDescription;
use HasIcon;
use HasIconVerticalAlignment;
use HasLink;
use HasSimple;
use HasTitle;
Expand Down

0 comments on commit a3237c2

Please sign in to comment.