Skip to Content
WidgetsBottomPane

BottomPane

BottomPane is a helper for application footers.

BottomPane
BottomPane terminal preview
Terminal preview of BottomPane

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