We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d3212 commit 981adb4Copy full SHA for 981adb4
resources/views/components/simple-alert.blade.php
@@ -1,15 +1,3 @@
1
-@props([
2
- 'actions' => null,
3
- 'actionsVerticalAlignment' => 'center',
4
- 'border' => false,
5
- 'color' => null,
6
- 'description' => null,
7
- 'icon' => null,
8
- 'iconVerticalAlignment' => 'center',
9
- 'iconAnimation' => null,
10
- 'title' => null,
11
-])
12
-
13
@php
14
use function Filament\Support\get_color_css_variables;
15
0 commit comments