Sha256: f79e51fbe9ce79ddce416129809b2d3374bdc5b52342c659313dae2302508fab

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

<button class="common-button--container common-button__filled" <%= "disabled" if locals[:disabled] %> >
  <div class="layer-state layer-state__filled">
    <div class="common-button--content">
      <% if locals[:icon] %>
        <%= render "material_design/icons/icon", locals: {icon: locals[:icon], size: 18} %>
      <% end %>
      <%= locals[:label] %>
    </div>
  </div>
</button>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
material_design-0.6.0 app/views/material_design/buttons/_filled_button.html.erb