Previews

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