Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3080,6 +3080,10 @@
"collapse": false,
"items": [
[
{
"title": "`<UserAvatar />`",
"href": "/docs/reference/components/user/user-avatar"
},
{
"title": "`<UserButton />`",
"href": "/docs/reference/components/user/user-button",
Expand Down
1 change: 1 addition & 0 deletions docs/reference/components/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Clerk offers a comprehensive suite of components designed to seamlessly integrat
- [`<GoogleOneTap />`](/docs/reference/components/authentication/google-one-tap)
- [`<UserButton />`](/docs/reference/components/user/user-button)
- [`<UserProfile />`](/docs/reference/components/user/user-profile)
- [`<UserAvatar />`](/docs/reference/components/user/user-avatar)
- [`<CreateOrganization />`](/docs/reference/components/organization/create-organization)
- [`<OrganizationProfile />`](/docs/reference/components/organization/organization-profile)
- [`<OrganizationSwitcher />`](/docs/reference/components/organization/organization-switcher)
Expand Down
Loading