You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component is implemented according to the requirements described above, or an existing component is taken that fulfills the requirements.
The component passes all defined test cases and has Stories displaying its states
The component linked to a figma component in Storybook - speak to designers!
You should not implement any complex CSS styles! The design is still a work in progress. The component will be finalized design-wise in a separate ticket. Make sure that the properties and the behaviors are implemented accordingly.
Darkening the background or highlighting the reference HTMLElement is not part of this ticket.
The text was updated successfully, but these errors were encountered:
Implement React Component: Tooltip
Objective:
The objective of this issue is to create a new React component named
Tooltip
. As discussed in storybookjs/addon-onboarding#12, use Floating UI to create the tooltip!Component Requirements:
1. Properties:
2. Behaviors:
React.Portal
to display the tooltip atdocument.body
to guarantee a proper overlay over the underlying content3. Design (DRAFT):
4. Blocked by:
Tasks
Acceptance Criteria:
properties
and thebehaviors
are implemented accordingly.The text was updated successfully, but these errors were encountered: