Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Using Custom Component for the Step Dialog Box #2533

Open
alvintheodora opened this issue Dec 4, 2023 · 2 comments
Open

Feature: Using Custom Component for the Step Dialog Box #2533

alvintheodora opened this issue Dec 4, 2023 · 2 comments
Labels

Comments

@alvintheodora
Copy link

alvintheodora commented Dec 4, 2023

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.

@alvintheodora alvintheodora changed the title Feature: Using Custom Component Feature: Using Custom Component for the Step Dialog Box Dec 4, 2023
@RobbieTheWagner
Copy link
Member

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

@alvintheodora
Copy link
Author

Hi @RobbieTheWagner , how do we pass that ? Do we have any sample demo for it?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants