التصميم والموارد
مولد CSS لمؤشرات الحالة
إنشاء CSS لشارات الحالة الحية.
الإدخال
مولد CSS لمؤشرات الحالة
status badgeindicatorCSSui
الإخراج
مولد Status Indicator CSS
.status-indicator {
display: inline-flex;
align-items: center;
gap: 10px;
border-radius: 999px;
padding: 8px 17px;
background: #dcfce7;
color: #22c55e;
font-weight: 700;
}
.status-indicator .dot {
width: 10px;
height: 10px;
border-radius: 999px;
background: #22c55e;
box-shadow: 0 0 0 6px color-mix(in srgb, #22c55e 20%, transparent);
}مباشر معاينة
Live canvas

