Container
net.wiringbits.webapp.utils.slinkyUtils.components.core.widgets.Container$
object Container
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Container.type
Members list
Type members
Classlikes
object Alignment extends Enumeration
sealed trait Alignment extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object center.typeobject flexEnd.typeobject flexStart.typeobject spaceAround.typeobject spaceBetween.typeobject spaceEvenly.typeShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EdgeInsets
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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
In this article