Skip to content
Discussion options

You must be logged in to vote

Hi @phobrain,
I'm not a TypeScript/RxJS dev, so I'm not sure if it's even possible to compile a component as a separate module as RxJS is a reactive framework, which relies on the chain of events, which starts in the index.js bundle, so there is a bunch of scaffolding around the component.

To style a tooltip, only CSS should be needed, unless you want to change the hover logic and not only how it looks, but if you want to have it always on, then I don't think you need the logic at all, just some HTML element that would be always displayed.
A minimal reproduction would definitely help to see what is happening and what you actually want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phobrain
Comment options

Answer selected by phobrain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants