[Feature Request]: Generic tooltip component
Open
Nobody has claimed this yet.
feature request
Medium Prio
New Component
SAP Analytics Cloud
TOPIC RD
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 285
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 59
Description
Feature Request Description
Currently, the components are supported with usually a system tooltip only. Sometimes, we would like to have a custom tooltip similar to ui5-popover on any html element.
Proposed Solution
Reference of MUI Tooltip: https://mui.com/material-ui/react-tooltip/#customization
In this case, we can put in whatever component we want as the base and a custom tooltip will be shown.
For example, the base component can be
<ui5-label>With Tooltip</ui5-label>
while the custom tooltip is
<div>
<h1>Tooltip Title</h1>
<span>Tooltip content</span>
</div>
Proposed Alternatives
No response
Organization
SAC
Additional Context
No response
Priority
None
Privacy Policy
- I’m not disclosing any internal or sensitive information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.