Skip to content

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

PropertyModifierType
foldernamereadonlystring
lightreadonlyboolean
openedreadonlyboolean
sizereadonlystring | number
titlereadonlystring | null