Home > Net >  Is there any way to highlight/modal component?
Is there any way to highlight/modal component?

Time:09-03

I'm not sure how to search this. I'm trying to highlight banners like a modal. is there any package or example for this? like when the user clicks next button shipment banner will show up

enter image description here

CodePudding user response:

You are looking for "onboarding" or "tour" libraries. For example, React Joyride.

CodePudding user response:

Material-UI 5 uses a Popper component. Their documentation has great examples! Alternatively you can create your own.

  • Related