HttpMethodBadge

Domain · API Doc

Color-coded badge for HTTP methods — GET, POST, PUT, PATCH, DELETE, and more.

All methods

Preview
GETPOSTPUTPATCHDELETEHEADOPTIONS
Code
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'GET' }) %>
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'POST' }) %>
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'DELETE' }) %>

Sizes

Preview
GET GET GET
Code
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'GET', size: 'sm' }) %>
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'GET', size: 'md' }) %>
<%- include('modules/domain/api-doc/HttpMethodBadge', { method: 'GET', size: 'lg' }) %>
Source modules/domain/api-doc/HttpMethodBadge.ejs