Skip to content

Commit

Permalink
Add inquirer-table-multiple community prompt (#1394)
Browse files Browse the repository at this point in the history
* Add inquirer-table-multiple community prompt to README.md

* Align ASCII table

---------

Co-authored-by: Simon Boudrias <admin@simonboudrias.com>
  • Loading branch information
Bartheleway and SBoudrias committed Apr 17, 2024
1 parent e986c9a commit 6448d29
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/prompts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,23 @@ Choose an item from a list and choose an action to take by pressing a key.
code.py
```

[**Table Multiple Prompt**](https://github.com/Bartheleway/inquirer-table-multiple)<br/>
Select multiple answer from a table display.

```sh
Choose between choices? (Press <space> to select, <Up and Down> to move rows,
<Left and Right> to move columns)

┌──────────┬───────┬───────┐
│ 1-2 of 2 │ Yes? │ No? |
├──────────┼───────┼───────┤
│ Choice 1 │ [ ◯ ] │ ◯ |
├──────────┼───────┼───────┤
│ Choice 2 │ ◯ │ ◯ |
└──────────┴───────┴───────┘

```

# License

Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
Expand Down

0 comments on commit 6448d29

Please sign in to comment.