@databank/ractive-ace-editor

ractivejs component for ace editor

Usage no npm install needed!

<script type="module">
  import databankRactiveAceEditor from 'https://cdn.skypack.dev/@databank/ractive-ace-editor';
</script>

README

ractive-ace-editor

RactiveJS component wrap for ace editor. Limited functionality.

DEMO

Usage

    <ace
        style="width: 500px;height: 500px;"
        class=""

        font-size={{13}}
        show-invisibles={{false}}
        show-indent-guides={{true}}
        show-print-margin={{true}}
        read-only={{false}}

        value={{value}} />