Replies: 3 comments 2 replies
-
Hey @preschian,
Moreover, Koda has |
Beta Was this translation helpful? Give feedback.
1 reply
-
cc @kodadot/internal-dev |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might be wiser to use nuxt UI v3 (w/ Tailwind v4), as migration from v2 can cause headaches. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, in retrospect, IMO we need to improve our implementation of our NeoComponent. Let me explain why I don't like this approach.
The Problem
Currently, this is how we extend the component.
We face some obstacles since Oruga is moving away from Options API to Composition API. Extending Composition API is not quite straightforward anymore. We need to adjust/hack some stuff. Additionally, extends is not recommended for Composition API. Based on this, we are currently stuck with older versions of Oruga and Sass.
Solution
Instead of using a forked/extended version, just use it directly.
The question is, do we want to go with Oruga or @nuxt/ui? @kodadot/internal-dev
Personally, I prefer NuxtUI. Community support is bigger and can help us address icon-pack issues. Related:
Built-in modules from NuxtUI: https://ui.nuxt.com/getting-started/installation#modules
Initial setup for NuxtUI: #11229
Action Items
Whether we go with Oruga or NuxtUI, we need to migrate our NeoComponent. Once done, we can move on to other major CSS tasks.
Related issues:
Styling/CSS issues:
lmk what you guys think
Beta Was this translation helpful? Give feedback.
All reactions