Skip to content

Feature Request: Interactive Documentation #14

@jgarte

Description

@jgarte

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions