View Source ElementTui.Component.Flex (ElementTui v0.5.1)

Summary

Functions

Takes a list of sizes and their flex weights and redistributes the available space to the flex components

Functions

Link to this function

distribute(xs, available)

View Source
Takes a list of sizes and their flex weights and redistributes the available space to the flex components
Link to this function

new(element, direction, weight)

View Source