Skip to content

Wildcard V2: `<Tooltip />` Implementation

Administrator requested to merge contractors/SG-27691 into main

Created by: gitstart-sourcegraph

Wildcard implementation of the Tooltip component.

See Wildcard V2 - Planned work for more context

Acceptance criteria

  • Component is implemented within Wildcard
  • Component has tests
  • Component is accessible
  • Component matches Figma designs

Refs

Implementation details

  1. Move the existing implementation to the Wildcard package.
  2. Extract styles required for the component from Bootstrap to a CSS module:
  3. Move client/branded/src/components/tooltip/Tooltip.story.tsx (link) to the new component folder and update it to match other stories in the Wildcard package.
  4. Use the <button> component as a blueprint for the new component.

Merge request reports

Loading