Skip to content
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

Merged
merged 7 commits into from
Jan 23, 2024
Merged

feat: Popover component #1237

merged 7 commits into from
Jan 23, 2024

Conversation

nigellima
Copy link
Collaborator

@nigellima nigellima commented Jan 21, 2024

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

image

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.

Copy link

vercel bot commented Jan 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flowbite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 11:08pm

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7461173) 99.54% compared to head (7c7c508) 97.38%.
Report is 188 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@SutuSebastian SutuSebastian left a 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

@SutuSebastian SutuSebastian merged commit dc48f2e into themesberg:main Jan 23, 2024
5 checks passed
@SutuSebastian SutuSebastian added 📚 documentation Improvements or additions to documentation 🎯 new component This is a new component labels Jan 23, 2024
abdulbasithqb pushed a commit to abdulbasithqb/flowbite-react that referenced this pull request Jan 31, 2024
* 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
abdulbasithqb pushed a commit to abdulbasithqb/flowbite-react that referenced this pull request Jan 31, 2024
* 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
@joaozitopolo
Copy link

this component is documented as ready, but it's not present on last version (0.7.2).
I think the documentation should reflect only usable components

@SutuSebastian
Copy link
Collaborator

this component is documented as ready, but it's not present on last version (0.7.2). I think the documentation should reflect only usable components

The next version of this repo (switching it to monorepo) will include a better way to have a 1-to-1 docs<->npm correlation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation 🎯 new component This is a new component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Input inside a dropdown is not working (can't type) [components] Popover
3 participants