Sha256: c657d0de56937592f61e8274ef8cfb902e1c7f095e5583eba926595225fb5b7d
Contents?: true
Size: 479 Bytes
Versions: 15
Compression:
Stored size: 479 Bytes
Contents
<%= pb_rails("button", props: { text: "Button Primary", margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Button Secondary", variant: "secondary", margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Button Link", variant: "link", margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Button Disabled", disabled: true, margin_right: "lg" }) %> <%= pb_rails("button", props: { text: "Button Danger", variant: "danger", margin_right: "lg" }) %>
Version data entries
15 entries across 15 versions & 2 rubygems