Wildcard: Add popover component
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
- Add tether sub package PR
-
This PR Adding
Popover
component -
PRs from the third phase could be merged in parallel and reviewed independently
3.1 Use
Popover
component inMenu button
instead of built-in reach UI popover 3.2 Migrate Code Insights to new wildcardPopover
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.