UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

15 lines (11 loc) 355 B
import React from 'react'; import ReactDOM from 'react-dom'; import JqxEditor from '../../../jqwidgets-react/react_jqxeditor.js'; class App extends React.Component { render() { return ( <JqxEditor width={800} height={400} lineBreak={'div'} /> ) } } ReactDOM.render(<App />, document.getElementById('app'));