hugo-theme-cyberscopes/layouts/shortcodes/hx/xplore.html

10 lines
224 B
HTML

<button hx-get="app/demo/"
hx-select="[itemprop=articleBody] p">
Hello World!
</button>
<form hx-post="api/test/data" hx-target="#output">
<input name="info">
<button>Post to API</button>
</form>
<div id="output" />