-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Regarding Compatibility with Nuxt 3 #637
Comments
Hello there ! In your <script setup lang="ts">
import { ConfigProvider } from "radix-vue"
</script>
<template>
<ConfigProvider :use-id="useId">
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</ConfigProvider>
</template> And to integrate the dark-light mode, follow this guide.. If there are any questions, feel free to ask. |
For example in my case
Is it possible to remove/disable aliases support, since nuxt has auto imports? (utils) |
Yes aliases can be changed to custom directory You can put We should consider individual CLI for each framework we support like
to add components and utils based on the best practices |
CLI for framework will be good, especially for |
@sadeghbarati I think this can be solved by #618 without the need for extra CLIs! The CLI can pick up the |
The CLI reads those values so I don't think you can remove them. Regarding utils if you |
Hi, I want to know about the support for nuxt layers. I am planning to create a nuxt layer with shadcn components and multiple apps to extend that layer. I am facing some issues regarding the file paths e.g. tailwind config and tailwind css. The files are referred from the application and not from the layer. If there is any example or documentation on how to use in the layers, it would be beneficial. |
Describe the feature
Hello Team,
I wanted to reach out to ensure compatibility and to see if there are any specific considerations or modifications needed when integrating with Nuxt 3.
Could you please provide details on the following:
Is fully compatible with Nuxt 3 now?
Thans
Additional information
The text was updated successfully, but these errors were encountered: