This component library provides an AIConfigEditor React component for renderering a customizable AIConfig file editor in React.
To render the editor component, simply render an AIConfigEditor within your JSX, passing in an AIConfig object:
<AIConfigEditor aiconfig={aiconfig} />
The editor component can be customized to suit different needs. The following customizations are supported:
// TODO
// TODO
// TODO