You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to ask if it is possible to use our own custom Component, (for example, I have my own Vue Component) for the step dialog box.
Because so far what I've read in the Github Issue and Docs, is that we can only override the styles of the built-in class of the step dialog box or specify custom class for the step options, but not render our own Component to it.
Thank you.
The text was updated successfully, but these errors were encountered:
alvintheodora
changed the title
Feature: Using Custom Component
Feature: Using Custom Component for the Step Dialog Box
Dec 4, 2023
@alvintheodora you can pass any HTML you want to it, so you have to manually handle the rendering of your component to HTML and then you can pass it in.
Hi, I'd like to ask if it is possible to use our own custom Component, (for example, I have my own Vue Component) for the step dialog box.
Because so far what I've read in the Github Issue and Docs, is that we can only override the styles of the built-in class of the step dialog box or specify custom class for the step options, but not render our own Component to it.
Thank you.
The text was updated successfully, but these errors were encountered: