chore(ui): add a deprecated notice component
This commit is contained in:
parent
3a8f52ce16
commit
340cd70ae5
1 changed files with 6 additions and 0 deletions
6
resources/views/components/deprecated-badge.blade.php
Normal file
6
resources/views/components/deprecated-badge.blade.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<span {{ $attributes->merge(['class' => 'inline-flex items-center']) }}>
|
||||
<span
|
||||
class="px-2 py-0.5 text-xs font-medium leading-normal rounded-full bg-warning/15 text-warning border border-warning/30">
|
||||
Deprecated
|
||||
</span>
|
||||
</span>
|
||||
Loading…
Reference in a new issue