Class: NVEIconElement
Vue component for displaying an icon.
This component uses the url prop to set the background image and the size prop to define its dimensions. It is useful for displaying icons in a consistent manner across the application.
Example
js
<NVEIconElement url="path/to/icon.png" size="2rem" />Properties
| Property | Modifier | Type |
|---|---|---|
size | readonly | string | number |
title | readonly | string | null |
url | readonly | string |