Sha256: e2c76b1990c32bc553326527f8ac8fbc3ec73bf8590c232e770f9a4b0d6bf724

Contents?: true

Size: 979 Bytes

Versions: 327

Compression:

Stored size: 979 Bytes

Contents

<%
  options = [
    { label: "Orange", value: "Orange" },
    { label: "Red", value: "Red" },
    { label: "Green", value: "Green" },
    { label: "Blue", value: "Blue" },
  ]
%>

<%= pb_rails("radio", props: {
  custom_children: true,
  label: "Select",
  margin_bottom: "sm",
  name: "Group1",
  value: "Select",
}) do %>
  <%= pb_rails("select", props: {
    min_width: "xs",
    options: options,
  }) %>
<% end %>

<%= pb_rails("radio", props: {
  custom_children: true,
  label: "Typeahead",
  margin_bottom: "sm",
  name: "Group1",
  value: "Typeahead",
}) do %>
  <%= pb_rails("typeahead", props: {
      id: "typeahead-radio",
      is_multi: false,
      min_width: "xs",
      options: options,
      placeholder: "Select...",
    })
  %>
<% end %>

<%= pb_rails("radio", props: {
  custom_children: true,
  label: "Typography",
  name: "Group1",
  value: "Typography",
}) do %>
  <%= pb_rails("title", props: {
      text: "Custom Typography",
    })
  %>
<% end %>

Version data entries

327 entries across 327 versions & 2 rubygems

Version Path
playbook_ui_docs-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui_docs-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb