Skip to content
Compare
Choose a tag to compare
@MagicBella MagicBella released this 16 Dec 19:23
· 7 commits to main since this release
d3f221f

Minor Changes

  • #457 679f894 Thanks @smeijer! - We fixed an issue in arrow positioning and provided a new prop, arrowPadding, to adjust the arrow position, for example, to match the border radius.

    Provide the offset property, which accepts a number or an object with mainAxis and crossAxis properties, to position the inbox relative to its trigger.

    <FloatingNotificationInbox height={450} placement="bottom-start" offset={24} arrowPadding={16} {...props} />