User Management
A composed admin table for identity, roles, status, and actions.
Active users
| Select | User | Role | Status | Access | Actions |
|---|---|---|---|---|---|
| AMAlice Morgan | Admin | Active | Full access | ||
| BKBen Keller | Editor | Invited | Limited | ||
| CNClara Nguyen | Viewer | Inactive | Read only |
tsx
<Table columns={columns} rows={rows} striped />Empty invite state
| Select | User | Role | Status | Access | Actions |
|---|---|---|---|---|---|
| No users match the current filters. | |||||
tsx
<Table columns={columns} rows={[]} empty="No users match the current filters." />