NcActionCaption
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
title | The caption's text | string | - |
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>