Skip to content

Alpine Js support #48

@dullkingsman

Description

@dullkingsman

I am trying to use Alpine JS for a bit of client-side interactivity and it has directives that use syntax that are not supported. I was able to bypass some of them, but there is no way around some of them. For example,

<input @click="...">

could be updated to work as

<input x-on:click="...">

but something like:

<input x-on:keyup.enter="...">

is not possible to include because of the . and Alpine does not provide alternatives.

It would be great to provide support for this. Or maybe provide a way to escape illegal characters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions