Skip to content

Commit

Permalink
Update docs/components/customization/user-profile-custom-pages.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Aguilar <[email protected]>
  • Loading branch information
anagstef and alexisintech authored Oct 11, 2023
1 parent 9d2dacc commit d7291d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/components/customization/user-profile-custom-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ title: <UserProfile /> customization
description: Learn how to add custom pages and include external links within the navigation sidebar of the <UserProfile /> component.
---

# Custom pages in User Profile
# `<UserProfile />` customization

The `<UserProfile />` component supports the addition of custom pages and use of external links in the navigation sidebar.

## `<UserProfile.Page />`

The `<UserProfile />` component supports the addition of custom pages. These custom pages can be rendered inside the `<UserProfile />` component and provide a way to incorporate app-specific settings or additional functionality.
Custom pages can be rendered inside the `<UserProfile />` component and provide a way to incorporate app-specific settings or additional functionality.

To add a custom page, use the `<UserProfile.Page />` component.
To add a custom page to the `<UserProfile />` component, use the `<UserProfile.Page />` component.

### Usage

Expand Down

0 comments on commit d7291d2

Please sign in to comment.