IconsDropdown

Choose an icon from the list.

Example

Props

    đŸ•šī¸ standard props
    items
    IconItemData[]
    An array of items to display in the dropdown.
    []
    values
    IconItemData[]
    An array of selected values in the dropdown.
    []
    clearable
    boolean
    Determines if the selected values can be cleared.
    false
    disabled
    boolean
    Disables the dropdown and its functionality.
    false
    placeholder
    string
    The placeholder text when no value is selected.
    ''
    width
    string
    The width of the dropdown.
    'auto'
    minWidth
    string
    The minimum width of the dropdown.
    'auto'
    menuWidth
    string
    The width of the dropdown menu.
    '60px'
    🎨 style props
    No data available

Slots

Events

    onchange
    Triggered when a selection changes.
    AttributeTypeDescription
    unselectIconItemData | undefinedThe item that was unselected.
    selectIconItemData | undefinedThe item that was selected.
    selectionIconItemData[]The array of selected items.