Organisation Allocation Table
A configurable, accessible organisation allocation table surface for AI product workflows.
| Learner | Role | Programme or tutor | Activation | Progress | Actions |
|---|---|---|---|---|---|
| Maya Chenmaya@example.com | Operations | Governed AI Operations | active | 72% | |
| Alex Morganalex@example.com | Product | AI Product Foundations | active | 46% | |
| Sam Wilsonsam@example.com | Support | Unassigned | invited | 0% |
Installation
npm install @amro-ui/reactUsage
A configurable, accessible organisation allocation table surface for AI product workflows.
Package
import { OrganisationAllocationTable } from "@amro-ui/react";
<OrganisationAllocationTable />shadcn copy
import { OrganisationAllocationTable } from "@/components/ui/organisation-allocation-table";
<OrganisationAllocationTable />