Skip to content

Class: NVEIcon

Vue component for displaying an icon based on its name and kind.

This component uses the name, kind, opened, and light props to determine the icon URL, and passes it to the NVEIconElement for rendering.

Example

js
<NVEIcon name="folder" kind="folder_type" :opened="true" :light="false" size="2rem" />

Properties

PropertyModifierType
kindreadonly"default" | "file_type" | "folder_type"
lightreadonlyboolean
namereadonlystring
openedreadonlyboolean
sizereadonlystring | number
titlereadonlystring | null