Sha256: ac14ccc05aac8c94838ec04af21b167924fbde3c3acb1d8cf03badf385acc1d8
Contents?: true
Size: 880 Bytes
Versions: 2063
Compression:
Stored size: 880 Bytes
Contents
<div class="pb--doc-demo-row"> <%= pb_rails("button_toolbar", props: { orientation: "vertical", variant: "secondary" }) do %> <%= pb_rails("button", props: { text: "Create", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Edit", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Copy", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Cut", variant: "secondary" }) %> <% end %> <%= pb_rails("button_toolbar", props: { orientation: "horizontal", variant: "secondary" }) do %> <%= pb_rails("button", props: { text: "Create", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Edit", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Copy", variant: "secondary" }) %> <%= pb_rails("button", props: { text: "Cut", variant: "secondary" }) %> <% end %> </div>
Version data entries
2,063 entries across 2,063 versions & 2 rubygems