Skip to content
On this page

NcAppNavigationIconBullet

Props

Prop nameDescriptionTypeValuesDefault
colorstring-

Events

Event namePropertiesDescription
click

Bullet

This component is made to be used inside of the NcAppNavigationItem component slot: icon.

<template #icon>
	<NcAppNavigationIconBullet color="0082c9" />
</template>
<template #icon>
	<NcAppNavigationIconBullet color="#0082c9" />
</template>

AppNavigationItem example

<NcAppNavigationItem  title="Entry 2" :pinned="true">
	<template #icon>
		<NcAppNavigationIconBullet color="0082c9" />
	</template>
</NcAppNavigationItem>