Link Simple component
Use this component to place a hyperlink on the user interface. Use this to link to outside the application but also for inner links. This functionality (placing of page IDs in URLs) has to be enabled however. Enable or disable it by using the ENABLE_PAGE_URL_REWRITE JBStrap parameter.
You can also use the link component to implement an event click handler. A custom event runs if the link is clicked. This means that the component can be used to implement custom business functions.
Supported events:
Show, Hide, Animations, Focus, Click, MouseEvents, Touch, HotKey, Drag&Drop
Style customization
Name | Default value | Derived value | Computed value | Comment |
---|---|---|---|---|
$link-color | theme-color("primary") | #007bff | ||
$link-decoration | none | none | ||
$link-hover-color | darken($link-color, 15%) | darken (#007bff, 15%) | ||
$link-hover-decoration | underline | underline | ||
$emphasized-link-hover-darken-percentage | 15% | 15% | Darken percentage for links with `.text-*` class (e.g. `.text-success`) |