Class: NVEFolderIcon
Vue component for displaying a folder icon based on its name.
This component uses the foldername, opened, and light props to determine the icon URL, and passes it to the NVEIconElement for rendering.
Example
js
<NVEFolderIcon foldername="src/components" :opened="true" :light="false" size="2rem" />Properties
| Property | Modifier | Type |
|---|---|---|
foldername | readonly | string |
light | readonly | boolean |
opened | readonly | boolean |
size | readonly | string | number |
title | readonly | string | null |