@lastmileai/aiconfig-editor-test
v0.0.1
Published
React component for editing aiconfig files
Downloads
5
Readme
AIConfigEditor
This component library provides an AIConfigEditor React component for renderering a customizable AIConfig file editor in React.
Usage
To render the editor component, simply render an AIConfigEditor within your JSX, passing in an AIConfig object:
<AIConfigEditor aiconfig={aiconfig} />
Customization
The editor component can be customized to suit different needs. The following customizations are supported:
Readonly Editor
// TODO
Custom Callbacks
// TODO
Custom Styles
// TODO