Created
December 24, 2025 03:12
-
-
Save kapresoft/a9d03e38de9efb5431410f052ef77a4c to your computer and use it in GitHub Desktop.
LibIconPicker: Usecase #1: IconPIcker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Usecase #1: Show icon picker with textInput | |
| LibIconPicker:Open(function(sel) | |
| print('Selected icon:', sel.icon, ' user-input-text:', sel.textInputValue) | |
| end, { showTextInput = true }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment