Shagun Sharma 5eb686843b
fix(popover): arrow glitch in popover content (#5504)
* fix(popover): make PopoverContent children prop optional to fix TS error

* chore(changeset): created changeset

* fix(popover): do not show content when children is null / undefined

* fix(popover): add test case

* chore(changeset): update changeset message

---------

Co-authored-by: i_nicck <i_nicck@i-niccks-MacBook-Air.local>
Co-authored-by: WK Wong <wingkwong.code@gmail.com>
2025-07-29 00:52:45 +08:00
..
2025-06-09 14:17:44 +08:00
2025-02-18 18:06:37 -03:00

@heroui/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 @heroui/popover
# or
npm i @heroui/popover

Contribution

Yes please! See the contributing guidelines for details.

License

This project is licensed under the terms of the MIT license.