Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@Okipa Okipa released this 02 Aug 13:21
· 32 commits to master since this release
  • classTag() and htmlAttributes() helpers are now callable directly after a html tag : they do add a space if the helper returns something and no space if nothing is returned.
<!-- Example -->
<div{{ classTag(<your dynamic classes>) }}></div>