Button ====== .. jinjax:component:: Button(type: Literal['submit', 'button', 'reset'] = 'submit', id: str | None = None, class_: str | None = None, name: str = 'action', value: str = 'submit', hidden: bool = False, aria_label: str | None = None, onclick: str | None = None, hx_target: str | None = None, hx_swap: str | None = None, hx_select: str | None = None, hx_after_request: str = '', hx_vals: str | None = None, hx_confirm: str | None = None, hx_get: str | None = None, hx_post: str | None = None, hx_put: str | None = None, hx_patch: str | None = None, hx_delete: str | None = None, hx_params: str | None = None, hx_push_url: bool = false, full_width: str = false, content: Any) Create html ``