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
Link Badge Properties
| Property | Type | Details |
|---|---|---|
| ID | text | Optional 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 |
| Class | text | Adds 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 |
| Badge | text | |
| Position | droplist | Options: Default, Prefix, Suffix |
| Style | colorlist | Options: Default, Primary, Secondary, Success, Danger, Warning |
| Link | file | Sets 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 |