Previews

1
2
3
4
5
# Default
render(Primer::Beta::Label.new) { "Default" }
# Inline
render(Primer::Beta::Label.new(inline: true)) { "Inline" }