Sha256: 75fb77b2185ae13cdd8a77898c0b5505e8affe51193263b21d8848861f094065
Contents?: true
Size: 746 Bytes
Versions: 1
Compression:
Stored size: 746 Bytes
Contents
<%= pb_content_tag(:div, **combined_html_options) do %> <%= pb_rails("selectable_card", props: { input_id: object.input_id, name: object.name, value: object.value, checked: object.checked, disabled: object.disabled, custom_icon: object.custom_icon, icon: object.checkmark, multi: object.multi, dark: object.dark, input_options: object.input_options }) do %> <%= pb_rails("selectable_icon", props: { custom_icon: object.custom_icon, icon: object.icon, inputs: "disabled", text: object.title_text, dark: object.dark }) %> <%= pb_rails("body", props: { text: object.body_text, color: "light", dark: object.dark }) %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 | app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb |