UI5 / UI5/webcomponents

[Feature Request]: Generic tooltip component

Open
#9,729 3 comments 0 reactions 1 assignee View on GitHub

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>

image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.