Flex |
Flex.addItem(FlexItem item) |
|
Flex |
Flex.align(Breakpoints<Align> align) |
Value to use for margin: auto at various breakpoints
|
Flex |
Flex.alignContent(Breakpoints<AlignContent> alignContent) |
Value to add for align-content property at various breakpoints
|
Flex |
Flex.alignItems(Breakpoints<AlignItems> alignItems) |
Value to add for align-items property at various breakpoints
|
Flex |
Flex.alignSelf(Breakpoints<AlignSelf> alignSelf) |
Value to add for align-self property at various breakpoints
|
Flex |
Flex.columnGap(Breakpoints<Gap> columnGap) |
Gap between columns at various breakpoints.
|
Flex |
Flex.direction(Breakpoints<Direction> direction) |
Value to add for flex-direction property at various breakpoints
|
Flex |
Flex.display(Breakpoints<Display> display) |
Value to set to display property at various breakpoints
|
static Flex |
Flex.flex() |
|
static <E extends HTMLElement> Flex |
Flex.flex(HTMLContainerBuilder<E> builder) |
|
Flex |
Flex.flex(Breakpoints<FlexShorthand> flexShorthand) |
Value to add for flex property at various breakpoints
|
Flex |
Flex.flexWrap(Breakpoints<FlexWrap> flexWrap) |
Value to set for flex-wrap property at various breakpoints
|
Flex |
Flex.fullWidth(Breakpoint breakpoint,
Breakpoint... more) |
Whether to set width: 100% at various breakpoints
|
Flex |
Flex.gap(Breakpoints<Gap> gap) |
Gap between items at various breakpoints.
|
Flex |
Flex.grow(Breakpoint breakpoint,
Breakpoint... more) |
Whether to add flex: grow at various breakpoints
|
Flex |
Flex.justifyContent(Breakpoints<JustifyContent> justifyContent) |
Value to add for justify-content property at various breakpoints
|
Flex |
Flex.order(Breakpoints<String> order) |
|
Flex |
Flex.rowGap(Breakpoints<Gap> rowGap) |
Gap between rows at various breakpoints.
|
Flex |
Flex.shrink(Breakpoint breakpoint,
Breakpoint... more) |
Whether to add flex: shrink at various breakpoints
|
Flex |
Flex.spaceItems(Breakpoints<SpaceItems> spaceItems) |
Space items at various breakpoints
|
Flex |
Flex.spacer(Breakpoints<Spacer> spacer) |
Spacers at various breakpoints
|
Flex |
Flex.that() |
|