ghosh / microtip

💬 Minimal, accessible, ultra lightweight css tooltip library. Just 1kb.
https://microtip.vercel.app/
MIT License
1.38k stars 74 forks source link

added microtip-size fit #74

Open majdalsado opened 1 year ago

majdalsado commented 1 year ago

as per README.md there is mention of the option to set data-microtip-size to 'fit' which sets it equal to the width of parent element.

This is not implemented in the code. I've taken a stab at it myself here.