User Management

A composed admin table for identity, roles, status, and actions.

Active users

SelectUserRoleStatusAccessActions
AMAlice Morgan[email protected]AdminActiveFull access
BKBen Keller[email protected]EditorInvitedLimited
CNClara Nguyen[email protected]ViewerInactiveRead only
tsx
<Table columns={columns} rows={rows} striped />

Empty invite state

SelectUserRoleStatusAccessActions
No users match the current filters.
tsx
<Table columns={columns} rows={[]} empty="No users match the current filters." />