Previews

1
2
3
4
5
render(Primer::Alpha::ActionMenu.new) do |component|
component.with_show_button { "Trigger" }
component.with_item(label: "Does something", tag: :button, disabled: true)
component.with_item(label: "Site", tag: :a, href: "/", disabled: true)
end