Elm Ace Save

Ace Editor component for Elm

Project README

Ace in Elm

This package is for Ace component rendering. It is based on the ace project.

Basic Usage

content : Html msg
content =
   Ace.toHtml
      [ Ace.theme "monokai"
      , Ace.mode "lua"
      , Ace.value ""
      ] []

Important: This library don't load any ace library and you should add it youself in the index.html.

Open Source Agenda is not affiliated with "Elm Ace" Project. README Source: therustmonk/elm-ace
Stars
29
Open Issues
4
Last Commit
6 years ago
Repository
License
Tags

Open Source Agenda Badge

Open Source Agenda Rating