mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 05:18:16 +08:00
New doc theme (#387)
This commit is contained in:
@ -5,14 +5,14 @@ Order: 1
|
||||
The `SelectionPrompt` can be used when you want the user to select
|
||||
a single item from a provided list.
|
||||
|
||||
<img src="../assets/images/selection.gif" style="width: 100%;" />
|
||||

|
||||
|
||||
<div class="alert alert-warning" role="alert" style="margin-top:20px;">
|
||||
<i class="fas fa-exclamation-triangle icon-web"></i> Using prompts inside
|
||||
<?# Alert ?>
|
||||
Using prompts inside
|
||||
status or progress displays, are not supported.
|
||||
</div>
|
||||
<?#/ Alert ?>
|
||||
|
||||
# Usage
|
||||
## Usage
|
||||
|
||||
```csharp
|
||||
// Ask for the user's favorite fruit
|
||||
|
Reference in New Issue
Block a user