An open API service indexing awesome lists of open source software.

https://github.com/purescript-halogen/purescript-ace-halogen

A Halogen component for the Ace editor.
https://github.com/purescript-halogen/purescript-ace-halogen

Last synced: about 2 months ago
JSON representation

A Halogen component for the Ace editor.

Awesome Lists containing this project

README

          

# purescript-ace-halogen

[![Latest release](http://img.shields.io/github/release/slamdata/purescript-ace-halogen.svg)](https://github.com/slamdata/purescript-ace-halogen/releases)
[![Build status](https://travis-ci.org/slamdata/purescript-ace-halogen.svg?branch=master)](https://travis-ci.org/slamdata/purescript-ace-halogen)

[Halogen](https://github.com/slamdata/purescript-halogen) component for the [Ace editor](https://ace.c9.io).

## Installation

```
bower install purescript-ace-halogen
```

## Notes

Ace components may not behave correctly without a `key` property specified for their containing elements when embedding multiple editors on a single page.

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-ace-halogen).