Preview of the Panel component #95
Replies: 3 comments 3 replies
-
YES! I have several scripts where I would love to start using this! I look forward to playing with the new API. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Screen.Recording.2021-03-30.at.7.50.00.AM.movWorks really nicely! No immediate feedback comes to mind, besides wanting to use the arrow keys to select those links. I do like the |
Beta Was this translation helpful? Give feedback.
-
Looks like if you have previously used a list with // Menu: Preview Panel List Bug
// Description: Bug with Panel
// Author: Elijah Manor
// Twitter: @elijahmanor
let number = await arg('Pick a number', [ 'One', 'Two', 'Three', 'Four', 'Five', 'Six' ]);
let response = await arg(
'Start typing "Two" to see the bug...',
`<p>You picked <span class="text-blue-400">${ number }</p>`
) |
Beta Was this translation helpful? Give feedback.
-
2021-03-29.15-49-54.mp4
This is releasing late tonight. Here's the code for the above video:
Beta Was this translation helpful? Give feedback.
All reactions