Skip to main content

wiz-wrapper

eWizard Team avatar
Written by eWizard Team
Updated over 2 years ago

The UI element with actions

Installation

Run following command in console to install the module:

wiz install @email/wiz-wrapper
import wizWrapper from 'wiz-wrapper';

Add this link directly to the layout (App.vue) or block (./common/blocks/ or ./common/blocks-library/):

export default {
components: {
wizWrapper
}
...

Basic usage

Markup:

Localization:

Parameters

Did this answer your question?