mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 01:58:24 +00:00
.on methods and name changes
This commit is contained in:
parent
8ae1d4ad0a
commit
ff43bae4eb
20 changed files with 114 additions and 52 deletions
|
@ -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"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue