jonassiewertsen / statamic-livewire

A Laravel Livewire integration for Statamics antlers engine
86 stars 15 forks source link

Allow for dynamic component names #69

Closed ryanmitchell closed 1 week ago

ryanmitchell commented 1 week ago

This PR adds a new tag {{ livewire:component name="my-component-name" }} so that you can pass dynamic component names.

marcorieser commented 1 week ago

@ryanmitchell Could you add some docs too? It would be nice!

marcorieser commented 1 week ago

Thanks ❤️