Replies: 1 comment
-
|
Did you have any issues with it? If you do, you could just extend |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, my question is quite simple - can I use multiple instances of the same Livewire components as wizard steps?
I'm creating a quiz, each quiz will be a series of tasks / questions, and I thought of using this library for those. Problem is that many of the tasks / questions shares the same Livewire components - for example test contains one task of certain type (component
TaskTypeA) that another of different type (componentTaskTypeB) but the third step is againTaskTypeA, only with different data loaded.Is something like this possible using this library or should I look somewhere else?
Beta Was this translation helpful? Give feedback.
All reactions