Sha256: 250fbd1bbc35f3239d8a0034787f8826651d3f36e0570d06926f4d2d8b08fcb1

Contents?: true

Size: 563 Bytes

Versions: 37

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

37 entries across 37 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.15.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.14.2 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.14.1 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.14.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.13.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.12.3 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.12.2 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.12.1 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.12.0 app/views/showcase/previews/field_partials/_buttons.html.erb
bullet_train-themes-light-1.11.0 app/views/showcase/previews/field_partials/_buttons.html.erb
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