calico.html

package calico.html

Members list

Concise view

Type members

Classlikes

final class Aria[F[_]]

Attributes

Source:
HtmlAttr.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class AriaAttr[F[_], V] extends HtmlAttr[F, V]

Attributes

Source:
HtmlAttr.scala
Graph
Supertypes
class HtmlAttr[F, V]
class Object
trait Matchable
class Any
final class Children[F[_]]

Attributes

Companion:
object
Source:
Children.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Children

Attributes

Companion:
class
Source:
Children.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class ClassProp[F[_]] extends Prop[F, List[String], String]

Attributes

Companion:
object
Source:
Prop.scala
Graph
Supertypes
class Prop[F, List[String], String]
class Object
trait Matchable
class Any
object ClassProp

Attributes

Companion:
class
Source:
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class EventProp[F[_], A]

Attributes

Companion:
object
Source:
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object EventProp

Attributes

Companion:
class
Source:
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Html

Attributes

Companion:
class
Source:
Html.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Html.type
sealed class Html[F[_]](using F: Async[F])

Attributes

Companion:
object
Source:
Html.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object io.type
sealed class HtmlAttr[F[_], V]

Attributes

Companion:
object
Source:
HtmlAttr.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AriaAttr[F, V]
object HtmlAttr

Attributes

Companion:
class
Source:
HtmlAttr.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class HtmlTag[F[_], E]

Attributes

Source:
HtmlTag.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final class KeyedChildren[F[_], K]

Attributes

Companion:
object
Source:
Children.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
Children.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Modifier[F[_], E, A]

Attributes

Companion:
object
Source:
Modifier.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Modifier[F, E, A]
object Modifier

Attributes

Companion:
trait
Source:
Modifier.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed class Prop[F[_], V, J]

Attributes

Companion:
object
Source:
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ClassProp[F]
object Prop

Attributes

Companion:
class
Source:
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Prop.type
object io extends Html[IO]

Attributes

Source:
Html.scala
Graph
Supertypes
class Html[IO]
class Object
trait Matchable
class Any
Self type
io.type