Skip to content

Link Badge Reference

Reference for Link Badge Reference in Web Framework References. Key properties: ID, Class, Badge, Position.

Clickable badge rendered as a link. Set Href (or Internal) and choose a badge variant; useful for tag/category links.

Inspector Property Groups

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class
Badgetext 
PositiondroplistOptions: Default, Prefix, Suffix
StylecolorlistOptions: Default, Primary, Secondary, Success, Danger, Warning
LinkfileSets the link destination.
Sets the element's href attribute. Use absolute URLs ( https://... ) or relative paths. For internal navigation, prefer the Internal option when available. Bootstrap docs
Attribute: href