Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 948 Bytes

all.md

File metadata and controls

24 lines (20 loc) · 948 Bytes
layout title order
default
All Addons
2
  <header class="section__play-btn mdl-cell mdl-cell--3-col-desktop mdl-cell--2-col-tablet mdl-cell--4-col-phone" style="background: url('/assets/img/FyneSquare.png') center/cover;"></header>

  <div class="mdl-card mdl-cell mdl-cell--9-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
    <div class="mdl-card__supporting-text">
      <h4>All Addons</h4>
      <p>A listing of widgets and other components that you can drop into your Fyne apps.
        These components will work on any types of device unless otherwise noted.</p>
    </div>
  </div>
</div>

{% assign addonlist = site.addons | sort_natural: 'title' %}
{% include list.html addonlist=addonlist %}