AmroUI
GitHub

Outline Tree Editor

A configurable, accessible outline tree editor surface for AI product workflows.

Article outlineDrag or use arrow controls to reorder4 headings
  1. H2What support automation can safely handle
  2. H3Triage and knowledge retrieval
  3. H2The human approval boundaryAI suggestion
  4. H2Measuring verified outcomes

Installation

npm install @amro-ui/react

Usage

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 />