ButtonWidget can act as a link if we set href value and make it frameless. But it has the following problems:
- The label text is bold
- Focus border is present
- Must set constructive flag
- Hover underline not present
While trying to migrate the following UI to oojs, I faced this issue.
I can do custom CSS , but that is not the point.
- We need to document and illustrate how to create a link widget from button widget but with a single config value(type: link?) rather than doing the above mentioned list of customization)
OR
- Create a LinkWidget itself.(Is there any reason for not having this?)
Or am I missing any other simple way to achieve links using OOJS UI?