Layout

trait Layout[Component[_]]

Describes a DSL for setting the layout of a given Explorer component. These functions can be used with dot or infix notation through LayoutOps.

class Object
trait Matchable
class Any

Extensions

Extensions

extension [A, B](left: Component[A])
def beside(right: Component[B]): Component[(A, B)]
extension [A, B](top: Component[A])
def above(bottom: Component[B]): Component[(A, B)]