Previews

1
2
3
4
5
render Primer::Beta::Popover.new do |component|
component.with_body(large: true) do
"This is a large Popover body."
end
end