ButtonLink

object ButtonLink
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def external(url: String, text: String, icon: Option[Icon], options: Options): ButtonLink

Creates a button link to an external target, consisting of text and an optional icon rendered in a rounded rectangle.

Creates a button link to an external target, consisting of text and an optional icon rendered in a rounded rectangle.

def internal(path: Path, text: String, icon: Option[Icon], options: Options): ButtonLink

Creates a button link to an internal target, consisting of text and an optional icon rendered in a rounded rectangle.

Creates a button link to an internal target, consisting of text and an optional icon rendered in a rounded rectangle.