htmx-lsp-server 0.1.0

lsp server for htmx-lsp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The hx-prompt attribute allows you to show a prompt before issuing a request. The value of the prompt will be included in the request in the HX-Prompt header.

Here is an example:

<button hx-delete="/account" hx-prompt="Enter your account name to confirm deletion">
  Delete My Account
</button>

Notes

    hx-prompt is inherited and can be placed on a parent element


[HTMX Reference](https://htmx.org/attributes/hx-prompt/)