x
1
2
3
4
5
6
<div data-view-component="true" class="Popover position-relative right-0 left-0"> <div data-view-component="true" class="Popover-message Box p-4 mt-2 mx-auto text-left"> <h4 data-view-component="true" class="mb-2">Activity feed</h4> This is the Popover body. </div></div>
No notes provided.
1
2
3
4
5
6
7
8
render Primer::Beta::Popover.new do |component| component.with_heading do "Activity feed" end component.with_body(caret: caret) do "This is the Popover body." endend
Param | Description | Input |
---|---|---|
— |
|