BulmaNavbarComponent

ba.sake.hepek.bulma.component.BulmaNavbarComponent
See theBulmaNavbarComponent companion object
final case class BulmaNavbarComponent(style: Option[Style], position: Option[Position], collapseId: String) extends NavbarComponents

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def full(brandUrl: String, brandName: Option[String], brandIconUrl: Option[String], left: Seq[(Frag, Seq[AttrPair])], right: Seq[(Frag, Seq[AttrPair])]): Frag

Attributes

Definition Classes
def toggle: TypedTag[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def simple(brandUrl: String, brandName: Option[String], brandIconUrl: Option[String], left: Seq[Frag], right: Seq[Frag]): Frag

Attributes

Inherited from:
NavbarComponents

Concrete fields