Previews

No matching results.

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>
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."
end
end
Param Description Input