Outline Tree Editor
A configurable, accessible outline tree editor surface for AI product workflows.
- H2What support automation can safely handle
- H3Triage and knowledge retrieval
- H2The human approval boundaryAI suggestion
- H2Measuring verified outcomes
Installation
npm install @amro-ui/reactUsage
A configurable, accessible outline tree editor surface for AI product workflows.
Package
import { OutlineTreeEditor } from "@amro-ui/react";
<OutlineTreeEditor />shadcn copy
import { OutlineTreeEditor } from "@/components/ui/outline-tree-editor";
<OutlineTreeEditor />