Sha256: 7ac541ab7f455321f37b48da0bfcaec0db5c7dbd7f381ca61dd5bff1c6802b0d
Contents?: true
Size: 445 Bytes
Versions: 171
Compression:
Stored size: 445 Bytes
Contents
<%= pb_rails("button", props: { text: "A Tag Button", aria: { label: "Link to Google" }, tag: "a", link: "http://google.com" }) %> <%= pb_rails("button", props: { text: "Open in new Window", aria: { label: "Link to Google in new window" }, new_window: true, link: "http://google.com" }) %> <%= pb_rails("button", props: { text: "A Tag Button Disabled", aria: { label: "Disabled link to Google" }, disabled: true, link: "http://google.com" }) %>
Version data entries
171 entries across 171 versions & 1 rubygems