Skip to content

Wildcard: Add popover component

Administrator requested to merge vk/add-wildcard-popover into main

Created by: vovakulikov

Context

Based on Add tether sub package PR PLEASE BE SURE THAT BASED PR IS MERGED BEFORE MERGING THIS ONE

This PR is the second PR of the series of changes for the Popover component. Previous these changes were in one big PR here

  1. Add tether sub package PR
  2. This PR Adding Popover component
  3. PRs from the third phase could be merged in parallel and reviewed independently 3.1 Use Popover component in Menu button instead of built-in reach UI popover 3.2 Migrate Code Insights to new wildcard Popover component

This PR builds a Popover compound components package. The package consists of

  • Implementation
  • README.md documentation
  • Story examples

Furter steps as migration components that have floating-like panels will be completed in separate PRs.

For reviewers

The big size of this PR is mostly because of examples and readme documentation. I would suggest starting with Popover.tsx and going further by the dependencies tree from that file.

Merge request reports

Loading