Skip to content
On this page

NcActionCaption

Props

Prop nameDescriptionTypeValuesDefault
titleThe caption's textstring-

This component is made to be used inside of the NcActions component slots.

vue
<NcActions>
		<NcActionCaption title="Test caption" />
		<NcActionCaption title="Test caption 2" />
	</NcActions>