Skip to content

Blade Component Support 🙌

Compare
Choose a tag to compare
@poldixd poldixd released this 11 Aug 08:43
· 50 commits to master since this release
  • #6 You can now use the Blade Component syntax for the Icons. Example:
<x:feather-activity />

You can also uses attributes within the syntax:

<x:feather-activity class="h-5 w-5" x-on:click="doAlpineJSThings()" />