Add AsciiCast demos for docs

This commit is contained in:
Phil Scott
2021-05-20 21:03:17 -04:00
committed by Patrik Svensson
parent 69fdae70c0
commit 46abadaccb
95 changed files with 7920 additions and 179 deletions

View File

@ -5,7 +5,7 @@ Order: 3
The `MultiSelectionPrompt` can be used when you want the user to select
one or many items from a provided list.
![Example of multiselection input](../assets/images/multiselection.gif)
<?# AsciiCast cast="multi-selection" /?>
<?# Alert ?> The use of prompts
insides status or progress displays is not supported.

View File

@ -5,7 +5,7 @@ Order: 1
The `SelectionPrompt` can be used when you want the user to select
a single item from a provided list.
![Example of selection input](../assets/images/selection.gif)
<?# AsciiCast cast="selection" /?>
<?# Alert ?>
Using prompts inside

View File

@ -6,6 +6,8 @@ RedirectFrom: prompt
Sometimes you want to get some input from the user, and for this
you can use the `Prompt<TResult>`.
<?# AsciiCast cast="input" /?>
<?# Alert ?>
The use of prompts
insides status or progress displays is not supported.