mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 18:40:50 +08:00 
			
		
		
		
	fixed panel/table copypasta
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							55c3f3b7a8
						
					
				
				
					commit
					a9b97fa4dc
				
			@@ -12,7 +12,7 @@ The `Panel` widget can be used to organize text into a rendered box.
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
To render a table, create a `Table` instance, passing a string to its constructor to assign the contents.
 | 
			
		||||
To render a panel, create a `Panel` instance, passing a string to its constructor to assign the contents.
 | 
			
		||||
 | 
			
		||||
```csharp
 | 
			
		||||
var panel = new Panel("Hello World");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user