Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 375 Bytes

File metadata and controls

22 lines (15 loc) · 375 Bytes

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}} />