nuxt-x-users
Profile
User profile view and edit card component.
Profile
The XUsersProfile component renders a user profile card with view and edit modes.
Components
<XUsersProfile />
Displays a user's avatar, name, email, and account details. Supports inline editing of profile fields.
<XUsersProfile :user-id="user.id" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
userId | string | number | — | ID of the user to display |
editable | boolean | false | Allow inline editing of profile fields |
AI Context
component: XUsersProfile
package: "@xenterprises/nuxt-x-users"
backend-pair: "@xenterprises/fastify-xadmin"
use-when: Displaying or editing a single user's profile in admin panels or account settings
