How to mount component when clicking on a element with certain class?
What I'm doing is I'm marking some certain HTML tags and giving them a class, I want to mount a component not when the page loads, but when user clicks on specific element
https://www.plasmo.com/blog/posts/content-scripts-ui - I pretty match want this example with Toucan.
I've searched the docs, but didn't really find what I need.
So I kinda want to listen of that anchor element was clicked, and only then mount and show the component, or maybe it could be there just hidden and not interactive
https://www.plasmo.com/blog/posts/content-scripts-ui - I pretty match want this example with Toucan.
I've searched the docs, but didn't really find what I need.
So I kinda want to listen of that anchor element was clicked, and only then mount and show the component, or maybe it could be there just hidden and not interactive
Building user interfaces in a web extension is deceptively tricky, but it doesn't have to be with the Plasmo Framework