Replies: 20 comments 2 replies
-
The underlying headless components are Radix and are written in React. I believe your best option is to use https://www.spartan.ng/components which looks very similar. |
Beta Was this translation helpful? Give feedback.
-
I was cooking an idea of separating the styles into a css and cva design system to decouple the ui, in the hopes of applying the same styles to a separate ui using angular and react (as a POC for a frame agnostic solution). Based on that work, I realized it would be a high effort undertaking that prevented me from working on actual product ideas, so I left it on the back burner for now. Then there was also the problem of having the tailwind dependency, which if you want a true agnostic solution you would essentially need to have stylesheets that are separate from tailwind but can also be imported inside tailwind layers (for those that wanted a tailwind solution). I had most of this setup and working with the latest versions, but the code needs to be cleaned up before it can actually be used by others. I paused the idea for now because I couldn't afford to get distracted and shadcn/ui and tailwind works for my needs right now, but I wouldn't mind coming back around to it. If anyone's interested, I can open source a POC with 1 or 2 components using angular and react, but it would need to be baked more and optimized with build scripts and tree shaking for the decoupled css before it can be used in production. |
Beta Was this translation helpful? Give feedback.
-
Is there any existing or future plan for support for angular.
Beta Was this translation helpful? Give feedback.
All reactions