Underlying type of the value required by this attribute.
Mutable target for immutable VDOM constituents to compose.
Extends numbers to provide a bunch of useful methods, allowing you to write CSS-lengths in a nice syntax without resorting to strings.
Represents a single XML namespace.
Represents a single XML namespace. This is currently ignored in scalatags.Text
,
but used to create elements with the correct namespace in scalatags.JsDom
. A
Namespace can be provided implicitly (or explicitly) when creating tags via
"".tag
, with a default of "http://www.w3.org/1999/xhtml" if none is found.
Represents a value that can be nested within a TagOf.
This is mutable so don't let it escape a local pure function.
This is mutable so don't let it escape a local pure function. Elements must have keys. VdomArray itself cannot be assigned a key.