UI Kit Home IxDF UI Kit

“Template” Component

Design: zeplin.

Templates are PDF files containing guidelines on certain UX topics that we let users download to use. Templates, as a component, are user interfaces that can be inserted into articles and newsletters so that the reader can download them.

There are 2 types of templates which can be inserted into articles and newsletters:

  • A template, which is a single downloadable PDF file
  • A template bundle, which is a zipped folder containing 2 or more template PDFs.

Template Guest User

Get your free template for “Achievements”
Achievements Achievements
Secure form
Please provide your name.
We respect your privacy
Please provide a valid email address.
310,996 designers enjoy our newsletter—sure you don’t want to receive it?

Usage

@include('pages.templates.widgets.templateForArticle', ['template' => $template])

Props

  • template (required)
    App\Modules\DownloadableTemplate\Models\Template

    Template instance to display.

Template Bundle

Get your master bundle of 24 “UI Design” templates
UI Design

Usage

@include('pages.templates.widgets.templateBundleForArticle', ['templateBundle' => $templateBundle])

Props

  • templateBundle (required)
    App\Modules\DownloadableTemplate\Models\TemplateBundle

    TemplateBundle instance to display.