#pre styled component library (for SSR)

4 messages · Page 1 of 1 (latest)

rocky heart
#

Hey, currently I am using Amplify UI 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...

Amplify UI

Amplify UI simplifies building accessible, performant, and beautiful applications with cloud-connected capabilities, building blocks, theming, and utilities.

open idolBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

naive thunder
#

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

#

shadcn/ui pretty good