Sha256: 250fbd1bbc35f3239d8a0034787f8826651d3f36e0570d06926f4d2d8b08fcb1

Contents?: true

Size: 563 Bytes

Versions: 27

Compression:

Stored size: 563 Bytes

Contents

<%= render "showcase/previews/field_partials/about_field_partials", showcase: showcase do |form| %>
  <% showcase.sample "Single Basic Button" do %>
    <%= render "shared/fields/buttons", form: form, method: :button_value %>
  <% end %>

  <% showcase.sample "Multiple Buttons" do %>
    <%= render "shared/fields/buttons", form: form, method: :multiple_button_values, options: {multiple: true} %>
  <% end %>

  <% showcase.sample "Boolean Button" do %>
    <%= render "shared/fields/buttons", form: form, method: :boolean_button_value %>
  <% end %>
<% end %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.10.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.9.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.5 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.4 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.3 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.2 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.1 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.8.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.23 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.22 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.21 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.20 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.19 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.18 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.17 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.16 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.15 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.14 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.13 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.7.12 app/views/showcase/previews/field_partials/_buttons.html.erb