# Announce
Component name: <v-announce>
+ <v-announce-step>
Use these components to announce and guide users to understand new features through a series of steps.
# Basic
# Controlled
# API
# v-announce
Name | Type | Description | Default |
---|---|---|---|
announcement-id | String | Unique identifier for the announcement. If provided, the announcement will be shown only once (state persisted in local storage). | - |
v-on:close | Event | Event triggered when user presses 'close' icon. If omitted the close icon will not be displayed. | - |
open | Boolean | Weather or not to show modal | false |
# v-announce-step
Name | Type | Description | Default |
---|---|---|---|
title | String | Title of the announcement step. | - |
img-src | String | Image of the step. Valid value: Image URL | - |
slot (default) | String | Description of the step. | - |
← Local alerts Button →