Using the web component in an audio plugin?

So, I saw there is a web component, however I'm not really sure how to add it to an audio plugin, since it's obviously not available in the subclass menu of the introjucer. Some advice?

You can use the "generic component" from the subclass menu to add any Component classes (just fill in the class name and corresponding contructor parameters).

(Or of course, you could just add the code "manually" within the [user ...] [/user ...] tags.)