# Fancy Select Mimics the functionality of a select, where only the current value is shown, but does it in a different visual representation. ## Usage ```html ``` ## FancySelectItem | Prop | Description | Type | | ------------- | ------------------------------------------ | ---------------------- | | `icon` | Which icon to display | `string` | | `value` | Which value the item represents | `string or number` | | `text` | The displayed text | `undefined or string` | | `description` | Optional description to display | `undefined or string` | | `divider` | If set to true, display an divider instead | `undefined or boolean` | | `iconRight` | Display an optional icon to the right | `undefined or string` | ## Reference #### Props | Prop | Description | Default | Type | | ---------- | --------------------------------------- | ------- | ------------------- | | `items`\* | The list of possible items to display | | `FancySelectItem[]` | | `value` | used to model the selected items | `null` | `[String, Number]` | | `disabled` | Disable selecting / deselecting a value | `false` | `Boolean` | #### Events | Event | Description | Value | | ------- | -------------------------- | --------- | | `input` | Syncs value with `v-model` | `boolean` | #### Slots n/a #### CSS Variables n/a