â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â
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
Usage
@include('pages.templates.widgets.templateBundleForArticle', ['templateBundle' => $templateBundle])
Props
-
templateBundle (required)App\Modules\DownloadableTemplate\Models\TemplateBundle
TemplateBundle instance to display.