mirror of https://github.com/Textualize/rich.git
commit
977dbcfebc
|
@ -9,7 +9,7 @@ To draw a border around any content, construct a :class:`~rich.panel.Panel` with
|
|||
|
||||
You can change the style of the panel by setting the ``box`` argument to the Panel constructor. See :ref:`appendix_box` for a list of available box styles.
|
||||
|
||||
Panels will extend to the full width of the terminal. You can make panel *fit* the content why setting ``fit=True`` on the constructor, or by creating the Panel with :meth:`~rich.panel.Panel.fit`. For example::
|
||||
Panels will extend to the full width of the terminal. You can make panel *fit* the content by setting ``expand=False`` on the constructor, or by creating the Panel with :meth:`~rich.panel.Panel.fit`. For example::
|
||||
|
||||
from rich import print
|
||||
from rich.panel import Panel
|
||||
|
|
Loading…
Reference in New Issue