Previews

1
2
3
4
5
6
7
8
9
10
render(Primer::Alpha::ActionList.new(
role: role,
scheme: scheme,
show_dividers: show_dividers
)) do |component|
component.with_heading(title: "Action List")
component.with_item(label: "Item one", href: "/", active: true)
component.with_item(label: "Item two", href: "/")
component.with_item(label: "Item three", href: "/")
end