chore(ui): add a deprecated notice component

This commit is contained in:
peaklabs-dev 2026-04-17 23:29:47 +02:00
parent 3a8f52ce16
commit 340cd70ae5
No known key found for this signature in database

View 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>