mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(ripple): lazyMotion forwardRef issue in Ripple * feat(dropdown): add test case for LazyMotion React.forwardRef issue * refactor(dropdown): revise the test title * feat(modal): include console error check in modal test * feat(popover): add "should not throw error when clicking trigger button" test * feat(accordion): add test for lazy motion issue * feat(navbar): add test for lazy motion issue * feat(tabs): add test for lazy motion issue * feat(tooltip): add test for lazy motion issue * refactor(dropdown): remove unnecessary async * refactor(test): move spy outside and trigger clearAllMocks after each test
@nextui-org/popover
Popover is a non-modal dialog that floats around its disclosure. It's commonly used for displaying additional rich content on top of something.
Please refer to the documentation for more information.
Installation
yarn add @nextui-org/popover
# or
npm i @nextui-org/popover
Contribution
Yes please! See the contributing guidelines for details.
License
This project is licensed under the terms of the MIT license.