Skip to Content
组件BottomPane

BottomPane

BottomPane 是应用 footer 的组合件。

BottomPane
BottomPane 终端效果图
BottomPane 的终端效果图

最小示例

let footer = BottomPane::new() .composer(Input::new().placeholder("Ask").build()) .footer(Text::new("Esc to cancel").build()) .build();

关键 builder 方法

  • .composer(...)
  • .footer(...)
  • .gap(...)
  • .style(...)
Last updated on