Package dev.fritz2.components.stacks

Types

Link copied to clipboard
class LineUpComponent : StackComponent

This component class just defines the core styling in order to render child items within a flexBox layout horizontally.

Link copied to clipboard
abstract class StackComponent : Component<Div> , EventProperties<HTMLDivElement>

This base component class for stacking components offer some configuration properties.

Link copied to clipboard
class StackUpComponent : StackComponent

This component class just defines the core styling in order to render child items within a flexBox layout vertically.