-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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 by elm.
mint has ffi syntax similar to ruby's backtick shelling out syntax:
fun handleClick (event : Html.Event) : Void {
`alert("Hello")`
}The above mint code does ffi with alert.
Metadata
Metadata
Assignees
Labels
No labels