how to publish and then use my web component in other websites?
is there any guide how to properly publish web component? to npm maybe? and then use it through embedding script ?
No guide exists as far as I'm aware as it's no different from any other library really.
Is there anything in particular you're looking for/confused on?
No guide exists as far as I'm aware as it's no different from any other library really.
Is there anything in particular you're looking for/confused on?
yes. i want to make a component that can be used any any web page by jest embedding script tag . The question is how to setup my project to make script output ?
Do you want a widget, or a widget and a component library?
Here's an example of a widget, it's nothing fancy: https://github.com/rschristian/demo__preact-custom-element-widget
Just widget. No component library
Then that should do it.