Next.js Discord

Discord Forum

pre styled component library (for SSR)

Answered
B33fb0n3 posted this in #help-forum
Open in Discord
Hey, currently I am using [Amplify UI](https://ui.docs.amplify.aws/) to get styled and functional components in my project. I also using their theme in combination with tailwind css. However it's a bit complicated, to have multiple themes, no clear way for primary, secondary, ... colors way.

But the worst thing is, that I can use amplify ui components only clientside. Which library do are you using to solve these issues?

I saw Radix UI and looks pretty good, but it seems like it has the same issues like amplify ui...
Answered by Ray
shadcn/ui pretty good
View full answer

2 Replies

create a file and put '"use client"' on top then export * from "@aws-amplify/ui-react";
shadcn/ui pretty good
Answer