-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Popover component #1237
feat: Popover component #1237
Conversation
This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1237 +/- ##
==========================================
- Coverage 99.54% 97.38% -2.16%
==========================================
Files 163 217 +54
Lines 6621 9225 +2604
Branches 401 538 +137
==========================================
+ Hits 6591 8984 +2393
- Misses 30 241 +211 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work man, docs look great
* feat(popover): created Popover component This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878 * docs(popover): created document page of Popover component with examples * refact(popover): removed unnecessary code * docs(popover): improved documentation * fix(popover): import correct theme props * refact(popover): use relative imports * docs(popover): reverted import paths
* feat(popover): created Popover component This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878 * docs(popover): created document page of Popover component with examples * refact(popover): removed unnecessary code * docs(popover): improved documentation * fix(popover): import correct theme props * refact(popover): use relative imports * docs(popover): reverted import paths
this component is documented as ready, but it's not present on last version (0.7.2). |
The next version of this repo (switching it to monorepo) will include a better way to have a 1-to-1 docs<->npm correlation. |
Summarize the changes made and the motivation behind them.
This PR creates the Popover component based on the specs of the core library. It also gets some examples from there
Reference related issues using
#
followed by the issue number.fix #916 fix #878
This also impacts #1095. The user will be able to build their own form structures inside Popovers without facing the a11y issues with typehead in Dropdowns
If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.