ml-in-barcelona / jsoo-react

js_of_ocaml bindings for ReactJS. Based on ReasonReact.
https://ml-in-barcelona.github.io/jsoo-react
MIT License
138 stars 19 forks source link

Add description to all HTML/SVG attributes with ocaml.doc #95

Open davesnx opened 2 years ago

davesnx commented 2 years ago

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 (with ocaml.doc).

Plus would be a really complete feature if we have a documentation page for it.

jchavarri commented 2 years ago

This will be much much easier with new api, e.g.

imagen

imagen

not sure if it would make sense to do it before or after #136 🤔 or order does not matter.