.on methods and name changes

This commit is contained in:
Will McGugan 2021-07-28 09:10:23 +01:00
parent 8ae1d4ad0a
commit ff43bae4eb
20 changed files with 114 additions and 52 deletions

View file

@ -1,8 +1,8 @@
from rich import print
from rich.console import RenderGroup
from rich.console import Group
from rich.panel import Panel
panel_group = RenderGroup(
panel_group = Group(
Panel("Hello", style="on blue"),
Panel("World", style="on red"),
)