01. Basic Chip
Standard low-level grey badge designed for basic metadata representation without structural prioritization.
<div class="uiv-chip-primitive" role="note">Basic Label</div>
.uiv-chip-primitive {
display: inline-flex;
align-items: center;
justify-content: center;
height: 32px;
padding: 0 14px;
background-color: var(--uiv-color-bg-base-grey, #2e2e34);
color: var(--uiv-color-text-base-white, #f5f5f7);
font-size: 13px;
font-weight: 500;
border-radius: 16px;
white-space: nowrap;
}