Rust UI component that displays rich content in a portal, triggered by a button.
- Copy Demo
Popover Demo
Interactive popover that adapts its position as you scroll. Try scrolling to see the smart positioning in action.
Installation
# Coming soon :)
Usage
// Coming soon 🦀
Examples
1. Popover Aligned Start
Start-aligned popover that anchors to the left edge. Watch how it repositions intelligently as you scroll.
- Copy Demo
Popover Start
Start-aligned popover that anchors to the left edge. Watch how it repositions intelligently as you scroll.
2. Popover Aligned End
End-aligned popover that anchors to the right edge. Watch how it repositions intelligently as you scroll.
- Copy Demo
Popover End
End-aligned popover that anchors to the right edge. Notice the smart positioning behavior during scroll.
3. Popover Aligned StartOuter
StartOuter-aligned popover that positions completely to the left of the trigger button. The popover's right edge starts where the button's left edge ends.
- Copy Demo
Popover StartOuter
StartOuter-aligned popover that positions completely to the left of the trigger button. The popover's right edge starts where the button's left edge ends.
4. Popover Aligned EndOuter
EndOuter-aligned popover that positions completely to the right of the trigger button. The popover's left edge starts where the button's right edge ends.
- Copy Demo
Popover EndOuter
EndOuter-aligned popover that positions completely to the right of the trigger button. The popover's left edge starts where the button's right edge ends.