Creates a badge component.
Creates a badge component. More: Bootstrap Docs.
A color of the badge.
If true, the badge-pill style will be applied.
An id of the root DOM node.
A badge content. Use the provided interceptor to properly clean up bindings inside the content.
A UdashBadge component, call render to create a DOM element.
Creates a badge link component.
Creates a badge link component. More: Bootstrap Docs.
A content of the href parameter in the returned component.
A color of the badge.
If true, the badge-pill style will be applied.
An id of the root DOM node.
A badge content. Use the provided interceptor to properly clean up bindings inside the content.
A UdashBadge component, call render to create a DOM element.