Conversation
Deploying ui3 with
|
| Latest commit: |
b92eae7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0e684fd7.ui-6q2.pages.dev |
| Branch Preview URL: | https://feat-reka-ui.ui-6q2.pages.dev |
reka-uireka-ui
commit: |
|
@benjamincanac I just wanted to try Nuxt UI 3 for the first time but I wanted to use it with Reka UI. Im trying if I can use this PR as a dependency. |
|
I'm still working on this but yes you can install it through |
|
I just noticed when reading the docs, very cool! :) It is written here, command to get this PR:
|
|
I am getting Within a fresh new Nuxt project, just by having If I dont do step 3 from the docs (not adding css file with imports) it seems to work as expected: https://ui3.nuxt.dev/getting-started/installation/nuxt#import-tailwind-css-and-nuxt-ui-in-your-css |
|
@MickL Please open a new issue with a reproduction for this. |
🔗 Linked issue
Resolves #2259, fixes #2133, fixes #2134, fixes #2350, fixes #2742, fixes #2730.
❓ Type of change
📚 Description
With the migration to Reka UI, a few breaking changes are introduced:
Checkbox
indeterminateprop has been removed in favor ofv-model/default-value:boolean | "indeterminate"CommandPalette
filterfield on groups has been renamed toignoreFilterfor consistencyInputMenu/SelectMenu
filterprop has been removed in favor ofignore-filter&filter-fieldscreate-itemprop no longer assign tov-modelto provide more flexibility when working with objects. You have to do it yourself in the@createevent which now receive only the typed string as argument.Tabs
:unmount-on-hide="false"to get the same resultYou can read the Reka UI migration guide if you're interested: https://reka-ui.com/docs/guides/migration#form-component although most of the changes have been done internally.
📝 Checklist