In eWizard.js, a component is a reusable Vue instance with a name, like wiz-button
. A component includes an HTML template and JavaScript logic. For example, a button with the link opening in a new browser window or other action.
The scaffolding template includes the following pre-installed components:
• wiz-card
• wiz-link
• wiz-text
Also, you can use additional components in your email projects:
• wiz-menu
View the full list of email components.