Previews

1
2
3
4
5
# Full width
render(Primer::Alpha::Banner.new(full: true)) { "This is a full width banner." }
# Full width in Narrow Viewport
render(Primer::Alpha::Banner.new(full: true, full_when_narrow: true)) { "This is a full width banner in a narrow viewport." }