Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.12 KB

index.md

File metadata and controls

26 lines (22 loc) · 1.12 KB
layout title order
default
Newest additions
1
  <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>Welcome to Fyne Addons - Latest Additions</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>
	  <p>This page shows the latest additions to the listing, you can also see
        <a href="/all">all the addons</a> to find your favourite.</p>
    </div>
  </div>
</div>

{% assign addonlist = site.addons | sort: 'date' | reverse %}
{% include list.html addonlist=addonlist limit=12 %}