Toggle Sidebar B
AppearanceLight & dark mode D

Icon Picker

Searchable picker for choosing an icon from the project's icon sets (hugeicons + lucide). Stores the icon name as a string.

Default

Click to open the picker dialog, then search and select.

Replay preview

With value

Bind v-model to a preset icon name to start with a selection.

Replay preview

Custom prefix

Restrict the search to a single icon set with the prefix prop.

Replay preview

API Reference

IconPicker

PropTypeDefaultDescription
modelValuestring | nullnullSelected icon name. Supports v-model.
prefixstring"hugeicons,lucide"Comma-separated icon set prefixes to search.
placeholderstring"Pick an icon"Trigger button label when no icon is selected.
disabledbooleanfalseDisable the trigger.
popularstring[]Icon names shown before any search query.
EventDescription
update:modelValueFires with the chosen icon name (or null). Enables v-model.