Added new blade alert components..
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<x-alert
|
||||
border
|
||||
:rounded="$rounded"
|
||||
|
||||
:color="$color"
|
||||
:icon="$icon"
|
||||
|
||||
:title="$title"
|
||||
:description="$description"
|
||||
:list="$list"
|
||||
|
||||
:actions="$actions"
|
||||
:dismiss="$dismiss"
|
||||
/>
|
||||
Reference in New Issue
Block a user