NamedAttribute

final case class NamedAttribute(name: String) extends Attr[Nothing]

An attribute of an HTML tag that only has a name, no value

trait Serializable
trait Product
trait Equals
trait Attr[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[N](f: Nothing => N): NamedAttribute

Inherited methods

Inherited from:
Product