Lewati ke konten

Badge - React

Badge

banner-background
import { Badge } from '@idds/react';
BrandInfoWarningSuccessErrorNeutral
BrandInfoWarningSuccessErrorNeutral
SmallMedium
NameTypeDefaultRequiredDescription
type?'soft' | 'fill''soft'NoTipe style badge: soft (background level 100, text level 500) atau fill (background level 500, text level 100).
variant?'brand' | 'info' | 'warning' | 'success' | 'error' | 'neutral''info'NoVariant warna badge: brand (primary), info (biru/Guide), warning (oranye/Warning), success (hijau/Positive), error (merah/Negative), neutral (abu-abu/Neutral).
size?'sm' | 'md' | 'lg' | 'xl''md'NoUkuran badge: sm (font-size 10px), md (font-size 12px, padding horizontal 8px), lg (font-size 14px, padding horizontal 12px), xl (font-size 16px).
rounded?'sm' | 'md' | 'lg' | 'full''full'NoBorder radius badge: sm, md, lg, atau full (pill, default).
prefixIcon?ReactNodeNoIcon di depan teks.
suffixIcon?ReactNodeNoIcon di belakang teks.
childrenReactNodeYesIsi teks/nodes di dalam badge.
className?string''NoClassName tambahan bila diperlukan.