You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think of having interactive documentation for chord-editor similar to this component library (same applies to other purescript/halogen component libraries):
For example, the action sheet component in the mint-ui library:
Well, we don't have a component library here yet. I have no knowledge of experience of mint. I'm not sure what you're suggesting - I wouldn't want mint inside my codebase, I think, but I'd be interested in the possibility of tooling written in purescript which could help in the generation of interactive documentation.
Sorry that wasn't clear. I wasn't thinking to introduce mint code to do this but was just using it as an example of what we could do with PureScript in order to produce interactive documentation when/if we have a component library.
What do you think of having interactive documentation for
chord-editor
similar to this component library (same applies to other purescript/halogen component libraries):For example, the action sheet component in the
mint-ui
library:https://ui.mint-lang.com/components/ui-action-sheet
src:
https://github.com/mint-lang/mint-ui-website
mint
is a language inspired byelm
.mint
has ffi syntax similar toruby
's backtick shelling out syntax:The above
mint
code does ffi with alert.The text was updated successfully, but these errors were encountered: