How tooltips work in v3
mainTooltips are now integrated directly into the package using Floating UI as a "headless" component. This means they do not come with predefined styles, giving you full control over their appearance.
To use tooltips, you have two options:
- Use default styles: Import the default styles provided by the package.
- Custom styles: Add your own custom CSS to style the headless components.