Unlike most components, `Tooltip` does not have a `class` property. This issue is about filling that gap so we can use something like: ```html <Tooltip content="Example tooltip" class="someclass"> <Button> "Example" </Button> </Tooltip> ```
Unlike most components,
Tooltipdoes not have aclassproperty. This issue is about filling that gap so we can use something like: