Skip to content

Instantly share code, notes, and snippets.

@kapresoft
Created December 24, 2025 03:12
Show Gist options
  • Select an option

  • Save kapresoft/a9d03e38de9efb5431410f052ef77a4c to your computer and use it in GitHub Desktop.

Select an option

Save kapresoft/a9d03e38de9efb5431410f052ef77a4c to your computer and use it in GitHub Desktop.
LibIconPicker: Usecase #1: IconPIcker
-- 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