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
| Property | Modifier | Type |
|---|---|---|
kind | readonly | "default" | "file_type" | "folder_type" |
light | readonly | boolean |
name | readonly | string |
opened | readonly | boolean |
size | readonly | string | number |
title | readonly | string | null |