Sha256: d6fcbb8e8cbcb62f2232790e2b052d131becdb3efe18ea9204d10b98ef7793b6
Contents?: true
Size: 700 Bytes
Versions: 1722
Compression:
Stored size: 700 Bytes
Contents
<%= pb_rails("button", props: { text: "A Tag Button", aria: { label: "Link to Google" }, tag: "a", link: "http://google.com", margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Open in new Window", aria: { label: "Link to Google in new window" }, new_window: true, link: "http://google.com", margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Open in a Child Tab", aria: { label: "Link to Playbook in new window" }, link: "https://playbook.powerapp.cloud/", margin_right: "lg", target: "child"}) %> <%= pb_rails("button", props: { text: "A Tag Button Disabled", aria: { label: "Disabled link to Google" }, disabled: true, link: "http://google.com", margin_right: "lg" }) %>
Version data entries
1,722 entries across 1,722 versions & 2 rubygems
Version | Path |
---|---|
playbook_ui-12.12.0 | app/pb_kits/playbook/pb_button/docs/_button_link.html.erb |
playbook_ui-12.11.0 | app/pb_kits/playbook/pb_button/docs/_button_link.html.erb |