• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

BadgeComponent

Represents the Kendo UI Badge component for Angular. Used to display additional information or status that is related to an element.

Selector

kendo-badge

Inputs

NameTypeDefaultDescription

align

BadgeAlign

"{ vertical: 'top', horizontal: 'end' }"

Specifies the alignment of the Badge (see example).

The possible values are:

  • { vertical: 'top', horizontal: 'end' }
  • { vertical: 'top', horizontal: 'start' }
  • { vertical: 'bottom', horizontal: 'start' }
  • { vertical: 'bottom', horizontal: 'end' }

cutoutBorder

boolean

false

Specifies whether or not to render additional cutout border around the Badge (see example).

The possible values are:

  • true
  • false

fill

BadgeFill

solid

Specifies the appearance fill style of the Badge (see example).

The possible values are:

  • solid
  • outline
  • none

position

BadgePosition

edge

Specifies the position of the Badge relative to the edge of the parent container element (see example).

The possible values are:

  • edge
  • inside
  • outside

rounded

BadgeRounded

medium

Specifies the roundness of the Badge (see example).

The possible values are:

  • small
  • medium
  • large
  • full
  • none

size

BadgeSize

medium

Specifies the size of the Badge (see example).

The possible values are:

  • small
  • medium
  • large
  • none

themeColor

BadgeThemeColor

primary

Specifies the theme color of the Badge. The theme color will be applied as background and border color, while also amending the text color accordingly (see example).

The possible values are:

  • primary
  • secondary
  • tertiary
  • inherit
  • info
  • success
  • warning
  • error
  • dark
  • light
  • inverse
  • none

In this article

Not finding the help you need?