0.0.1 • Published 1 year ago

@lastmileai/aiconfig-editor-test v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

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