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.
- Host: GitHub
- URL: https://github.com/purescript-halogen/purescript-ace-halogen
- Owner: purescript-halogen
- License: apache-2.0
- Created: 2015-11-04T13:52:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T14:29:58.000Z (over 6 years ago)
- Last Synced: 2025-10-22T12:54:08.930Z (3 months ago)
- Language: PureScript
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-ace-halogen
[](https://github.com/slamdata/purescript-ace-halogen/releases)
[](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).