mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	New doc theme (#387)
This commit is contained in:
		@@ -5,14 +5,13 @@ Order: 3
 | 
			
		||||
The `MultiSelectionPrompt` can be used when you want the user to select
 | 
			
		||||
one or many items from a provided list.
 | 
			
		||||
 | 
			
		||||
<img src="../assets/images/multiselection.gif" style="width: 100%;" />
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
<div class="alert alert-warning" role="alert" style="margin-top:20px;">
 | 
			
		||||
  <i class="fas fa-exclamation-triangle icon-web"></i> The use of prompts 
 | 
			
		||||
<?# Alert ?> The use of prompts 
 | 
			
		||||
  insides status or progress displays is not supported.
 | 
			
		||||
</div>
 | 
			
		||||
<?#/ Alert ?>
 | 
			
		||||
 | 
			
		||||
# Usage
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
```csharp
 | 
			
		||||
// Ask for the user's favorite fruits
 | 
			
		||||
@@ -37,4 +36,4 @@ foreach (string fruit in fruits)
 | 
			
		||||
{
 | 
			
		||||
    AnsiConsole.WriteLine(fruit);
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user