Previews

1
2
3
4
5
render(Primer::Alpha::TabNav.new(label: "Default")) do |component|
component.with_tab(selected: true, href: "#") { "Tab 1" }
component.with_tab(href: "#") { "Tab 2" }
component.with_tab(href: "#") { "Tab 3" }
end