dcat-admin

dcat-admin


警告框

<h1>警告框</h1> <h3>Alert</h3> <p>基本用法</p> <pre><code class="language-php">&amp;lt;?php use Dcat\Admin\Widgets\Alert; $alert = Alert::make('内容', '标题'); // 类型 $alert-&amp;gt;success(); $alert-&amp;gt;danger(); $alert-&amp;gt;info(); $alert-&amp;gt;warning(); // 图标 $alert-&amp;gt;icon('feather icon-x'); // 可移除按钮 $alert-&amp;gt;removable();</code></pre> <p>效果 &lt;a href=&quot;{{public}}/assets/img/screenshots/alert.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;{{public}}/assets/img/screenshots/alert.png&quot; width=&quot;100%&quot; style=&quot;box-shadow:0 1px 6px 1px rgba(0, 0, 0, 0.12)&quot; &gt; &lt;/a&gt;</p> <h3>Callout</h3> <pre><code class="language-php">&amp;lt;?php use Dcat\Admin\Widgets\Callout; $callout = Callout::make('内容', '标题'); // 颜色 $callout-&amp;gt;light(); $callout-&amp;gt;primary(); // 可移除按钮 $callout-&amp;gt;removable();</code></pre> <p>效果 &lt;a href=&quot;{{public}}/assets/img/screenshots/callout.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;{{public}}/assets/img/screenshots/callout.png&quot; width=&quot;100%&quot; style=&quot;box-shadow:0 1px 6px 1px rgba(0, 0, 0, 0.12)&quot; &gt; &lt;/a&gt;</p>

页面列表

ITEM_HTML