A link styled as a button.
Styles like buttons
new : { label : String, path : String } -> Link msg
Create a new link styled as a button
view : List (Element.Attribute msg) -> Link msg -> Element msg
View the link styled as a button
withIconLeft : FontAwesome.Icon msg -> Link msg -> Link msg
Add an icon to the left of the button
withIconRight : FontAwesome.Icon msg -> Link msg -> Link msg
Add an icon to the right of the button
withSize : Size -> Link msg -> Link msg
Modify the size of the button
withStyle : Style -> Link msg -> Link msg
Modify the style of the button
withVariant : Variant -> Link msg -> Link msg
Modify the variant of the button
The size of the button
The style of the button
The style of the button