Module ratatui::widgets::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.

Re-exports§

Modules§

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

Structs§

Enums§

Traits§

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