Skip to content

westonlit/elm-ace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ace Editor component for Elm

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 61.8%
  • Elm 38.2%