I'm thinking about using StencilsJS for creating a complete login/registration form. Including features like Google and Facebook logins.
What I'm trying to achieve is to have web component which can be configurable (CSS and authentication settings) and that can be imported in any web project to be used.
Is it possible with StencilJS to create such web components with that many functionalities? Is that a good idea or not?