x
1
2
3
4
<a class="gl-button btn btn-md btn-default " href="https://gitlab.com"><span class='gl-button-text'> This is a link </span></a>
1
2
3
4
5
6
render(Pajamas::ButtonComponent.new( href: "https://gitlab.com", target: target)) do "This is a link"end
The component can also be used to create links that look and feel like buttons.
Just provide a href
and optionally a target
to create an <a>
tag.
For links with target="_blank", the component automatically adds rel="noopener noreferrer".
Param | Description | Input |
---|---|---|
— |
|