Container

net.wiringbits.webapp.utils.slinkyUtils.components.core.widgets.Container$
object Container

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Container.type

Members list

Type members

Classlikes

object Alignment extends Enumeration

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Alignment.type
sealed trait Alignment extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object center.type
object flexEnd.type
object flexStart.type
object spaceAround.type
object spaceBetween.type
object spaceEvenly.type
Show all
case class EdgeInsets(top: Int, right: Int, bottom: Int, left: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EdgeInsets

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
EdgeInsets.type
case class Props(child: ReactElement, margin: EdgeInsets, padding: EdgeInsets, borderRadius: Option[String], flex: Option[Int], flexDirection: FlexDirection, alignItems: Alignment, justifyContent: Alignment, minWidth: Option[String], maxWidth: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply(child: ReactElement, margin: EdgeInsets, padding: EdgeInsets, borderRadius: Option[String], flex: Option[Int], flexDirection: FlexDirection, alignItems: Alignment, justifyContent: Alignment, minWidth: Option[String], maxWidth: Option[String]): KeyAddingStage

Concrete fields

val component: FunctionalComponent[Props]