This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
1.1.0
classTag()
andhtmlAttributes()
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>