Toggle Sidebar B
header.lightDarkMode 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.

With value

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

Custom prefix

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

API Reference

Props, events, and slots for each sub-component.

IconPicker

Props

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.

Events

EventDescription
update:modelValueFires with the chosen icon name (or null). Enables v-model.