Previews

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Sets default href to `a`, to ensure it's keyboard interactive and proper markup
if tag == :a && href.nil?
href = "#"
end
render(Primer::Beta::IconButton.new(
scheme: scheme,
size: size,
id: id,
tag: tag,
disabled: disabled,
inactive: inactive,
icon: icon,
"aria-label": aria_label,
show_tooltip: show_tooltip,
href: href
))