[go: up one dir, main page]

ratatui::widgets

Module block

Source
Expand description

Elements related to the Block base widget.

This holds everything needed to display and configure a Block.

In its simplest form, a Block is a border around another widget. It can have a title and padding.

Modules§

  • This module holds the Title element and its related configuration types. A title is a piece of Block configuration.

Structs§

  • Base widget to be used to display a box border around all other built-in widgets.
  • Defines the padding for a Block.
  • A Block title.

Enums§

Traits§

  • An extension trait for Block that provides some convenience methods.