mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-28 08:48:03 +01:00
Add rounded border
This commit is contained in:
committed by
Patrik Svensson
parent
66994cd904
commit
108e56c229
@@ -87,7 +87,7 @@ namespace Sample
|
||||
table.AddRow("Hej 👋", "[green]Världen[/]");
|
||||
AnsiConsole.Render(table);
|
||||
|
||||
table = new Table(BorderKind.Ascii);
|
||||
table = new Table(BorderKind.Rounded);
|
||||
table.AddColumns("[red underline]Foo[/]", "Bar");
|
||||
table.AddRow("[blue][underline]Hell[/]o[/]", "World 🌍");
|
||||
table.AddRow("[yellow]Patrik [green]\"Lol[/]\" Svensson[/]", "Was [underline]here[/]!");
|
||||
|
||||
Reference in New Issue
Block a user