html_of_jsx icon indicating copy to clipboard operation
html_of_jsx copied to clipboard

Render HTML with JSX

Results 6 html_of_jsx issues
Sort by recently updated
recently updated
newest added

- [x] Create documentation for htmx - [ ] Create a htmx demo page 1. https://github.com/tjdevries/thereactagen/blob/master/lib/hx/hx_v2.ml 2. https://github.com/tjdevries/thereactagen/blob/master/bin/component_library_playground.ml - [ ] Htmx lib could come with `` and shit like...

Extensions - https://htmx.org/extensions/web-sockets/ - https://htmx.org/extensions/server-sent-events/

- How to make values on here available on the runtime (ppx_runtime_deps + using them here) - Problems with some attributes: - hx-headers or hx-vals wants json - hx-replace-url is...

Each prop might contain a small description of itself, that we could provide to the user. Which would be great to have as documentation on your editor with the hover...

Many attributes are defined as `string` when in reality (the HTML spec) doesn't allow any string and it defines an enum. There's the case of attributes defined also as a...

Similarly to `htmx` add possibility to allow React idioms like `htmlFor`, `className` etc