Sha256: ea1ee5d1ab054c6efa4236237208b2dceb2ef1aa4203539d4ff108bdda7c7a06
Contents?: true
Size: 515 Bytes
Versions: 1928
Compression:
Stored size: 515 Bytes
Contents
<%= pb_rails("flex") do %> <%= pb_rails("radio", props: { alignment: "vertical", text: "Power", input_options: { tabindex: 0 }, margin_right: "sm", name: "group 1", value: "Power" }) %> <%= pb_rails("radio", props: { alignment: "vertical", text: "Nitro", margin_right: "sm", name: "group 1", value: "Nitro" }) %> <%= pb_rails("radio", props: { alignment: "vertical", text: "Google", name: "group 1", value: "Google" }) %> <% end %>
Version data entries
1,928 entries across 1,928 versions & 2 rubygems