Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Custom Blade Directives, Include and Component

Compare
Choose a tag to compare
@nasrulhazim nasrulhazim released this 09 Sep 03:16
· 27 commits to master since this release
  • Fixed Font-Awesome did not display
  • Added Blade Include, Component and Directive

Available Blade Include

Forms

@assetDatetimepicker()
@assetDropzone()
@assetSelect2()
@assetTextarea()
@checkbox()
@datetimepicker()
@file()
@hidden()
@input()
@radio()
@selectmultiple()
@select()
@checkbox()
@submit()
@switch()
@textarea()

Misc.

@appName()
@logo()
@avatar()
@datatable()
@popover()
@table()
@tooltip()

Available Blade Component

@card()
@cardFigure()
@collapseContainer()
@collapseContent()
@modalBase()
@modalButton()
@pageTitle()
@tabContent()
@tabNavigation()
@actions()

Available Blade Directive

@icon('fas fa-download')