Hi Plasmic Team, is it complicated to create a component like this? https://www.youtube.com/watch?v=dzqDU9efnnk
Would you have some suggestions?
Hi Plasmic Team, is it complicated to create a component like this? https://www.youtube.com/watch?v=dzqDU9efnnk
Would you have some suggestions?
Hi, yes, the easiest route is to use the built-in slider/carousel component.
Alternatively, you can also register your own react code component, such as the one authored in that video.
Lastly, you can use the built-in State and interactions to create this directly in plasmic studio, but note that carousel is a somewhat complex component. https://docs.plasmic.app/learn/interactions/
Thank you for your answer @yang. How can i register my own react code component? is there a tutorial?
Yep, if you press the Code button in the toolbar it should show you the Next.js quickstart, which contains instructions on how to add custom components
great ! thank you very much yang