HttpMethodBadge
DomainColor-coded badge for HTTP methods — GET, POST, PUT, PATCH, DELETE, and more.
GETPOSTPUTPATCHDELETEHEADOPTIONSTRACE
{(['GET','POST','PUT','PATCH','DELETE','HEAD','OPTIONS','TRACE'] as const).map((m) => (
<HttpMethodBadge key={m} method={m} />
))}GETGETGETDELETEDELETEDELETE
<HttpMethodBadge method="GET" size="sm" />
<HttpMethodBadge method="GET" size="md" />
<HttpMethodBadge method="GET" size="lg" />