https://github.com/featurist/hyperdom-ace-editor
A hyperdom component that embeds the ace editor
https://github.com/featurist/hyperdom-ace-editor
Last synced: 5 months ago
JSON representation
A hyperdom component that embeds the ace editor
- Host: GitHub
- URL: https://github.com/featurist/hyperdom-ace-editor
- Owner: featurist
- Created: 2015-03-21T11:21:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T14:29:19.000Z (about 7 years ago)
- Last Synced: 2024-10-28T22:15:29.221Z (6 months ago)
- Language: JavaScript
- Homepage: http://www.featurist.co.uk/hyperdom-ace-editor/
- Size: 802 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperdom-ace-editor
A [hyperdom](https://github.com/featurist/hyperdom) component that embeds the
[ace editor](https://github.com/ajaxorg/ace).[Demo](http://www.featurist.co.uk/hyperdom-ace-editor/)
## Example
```jsx
var hyperdom = require('hyperdom');
var AceEditor = require('hyperdom-ace-editor');require('brace/mode/javascript');
require('brace/theme/monokai');class App {
constructor () {
this.code = 'var x = 123'
}render () {
return
}
}hyperdom.append(document.body, new App());
```## License
MIT
## We're Hiring!
Featurist provides full stack, feature driven development teams. Want to join us? Check out [our career opportunities](https://www.featurist.co.uk/careers/).