Skip to content

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

PropertyModifierType
sizereadonlystring | number
titlereadonlystring | null
urlreadonlystring