Sha256: d9f75263b58c0c58407ac13e2bb4c9715b7a94d8bc47f969ea91b66e8377116c
Contents?: true
Size: 614 Bytes
Versions: 136
Compression:
Stored size: 614 Bytes
Contents
<%= pb_rails("link", props: { text: "h1 link example", href: "#tag", icon: "arrow-up-right-from-square", tag: "h1", }) %> <%= pb_rails("link", props: { text: "h3 link example", href: "#tag2", tag: "h3", underline: true, }) %> <%= pb_rails("link", props: { color: "destructive", text: "h6 link example", href: "#tag3", tag: "h6", }) %> <%= pb_rails("link", props: { text: "p link example", href: "#tag4", icon_right: "chevron-right", tag: "p", }) %> <div> This is a <%= pb_rails("link", props: { text: "span link example", href: "#tag5", tag: "span", }) %> </div>
Version data entries
136 entries across 136 versions & 2 rubygems