docs/widgets/footer.md
!!! tip "Added in version 0.63.0"
A simple footer widget which is docked to the bottom of its parent container. Displays available keybindings for the currently focused widget.
The example below shows an app with a single keybinding that contains only a Footer
widget. Notice how the Footer automatically displays the keybinding.
=== "Output"
```{.textual path="docs/examples/widgets/footer.py"}
```
=== "footer.py"
```python
--8<-- "docs/examples/widgets/footer.py"
```
| Name | Type | Default | Description |
|---|---|---|---|
compact | bool | False | Display a more compact footer. |
show_command_palette | bool | True | Display the key to invoke the command palette (show on the right hand side of the footer). |
This widget posts no messages.
This widget has no bindings.
This widget has no component classes.
show argument of the Binding to False.key_display argument of Binding.::: textual.widgets.Footer options: heading_level: 2