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.
Preview
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-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. | - |