BottomPane
BottomPane is a helper for application footers.
Smallest example
let footer = BottomPane::new()
.composer(Input::new().placeholder("Ask").build())
.footer(Text::new("Esc to cancel").build())
.build();Key builder methods
.composer(...).footer(...).gap(...).style(...)
Last updated on
