-
Notifications
You must be signed in to change notification settings - Fork 587
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
feat(module)!: migrate to reka-ui
#2448
Conversation
Deploying ui3 with Β Β Cloudflare Pages
|
reka-ui
reka-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
indeterminate
prop has been removed in favor ofv-model
/default-value
:boolean | "indeterminate"
CommandPalette
filter
field on groups has been renamed toignoreFilter
for consistencyInputMenu/SelectMenu
filter
prop has been removed in favor ofignore-filter
&filter-fields
create-item
prop no longer assign tov-model
to provide more flexibility when working with objects. You have to do it yourself in the@create
event 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