What is a Tooltip?
Before building this component, let's see what it looks like and what features it incorporates.
We’ll build a little to something heavier on the client-side of JavaScript. We’ll be building tooltips from Medium. If you aren’t familiar with these, head on over to Medium.com, click on any article, and highlight some text.
I chose this component because it’s heavier on client-side JavaScript and has a bit of animation (but is otherwise light on CSS).
Take some time to think about how you’d approach building this. How do you start? How does the tooltip get positioned? How does it show up at the right moment?