UserProfile Component #1144
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, got some questions about the UserProfile component. I'm currently using NextJS app directory with
@clerk/nextjs
and@clerk/nextjs/app-beta
.Is there any way to just render the forms from the UserProfile, everything from
.cl-profilePage
down? ie these components. I'd like to embed the form into an existing settings page. Do I just have to use theappearance
andlayout
props to try to remove all of the styling from these components (which is a pretty awful solution)?If I can't use the individual components, does UserProfile path routing work in any way (client or server) with the app directory? These docs suggest it was possible with the pages directory but trying the same thing with the app directory is just giving me a blank card.
Beta Was this translation helpful? Give feedback.
All reactions