nuxt-x-users
Invite
Email invitation component for sending new user invites from admin panels.
Invite
The XUsersInvite component provides a form for sending email invitations to new users.
Components
<XUsersInvite />
Renders an invite form (email, optional role) that posts to the backend invite endpoint.
<XUsersInvite @close="showInviteModal = false" />
Props
This component accepts no props. Configure defaults (roles list, required fields) via app.config.ts under the xUsers namespace.
Emits
| Event | Description |
|---|---|
close | Fired when the invite is sent or cancelled |
AI Context
component: XUsersInvite
package: "@xenterprises/nuxt-x-users"
backend-pair: "@xenterprises/fastify-xadmin"
use-when: Admin panels where admins send email invitations to new users
