UsersTablePage
Full users management page with table, search, and invite action.
Category: display · WCAG 2.1-AA · block, users, table, page
Props
| Prop | Type | Default | Description |
|---|---|---|---|
users | User[] | demoUsers | User data |
onInvite | () => void | — | Invite button handler |
When to use
- A full user-management page with table, search, and invite action
- Admin list views over a collection of records
When not to use
- A read-only data display — use a plain Table
- A dashboard overview — use DashboardCharts
Examples
Default
Demo users table
<UsersTablePage />Related components
- PageHeader — Uses a page header with title and invite action