Skip to content
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

Missing Container UI props #3703

Closed
Oui-Dev opened this issue Mar 27, 2025 · 2 comments
Closed

Missing Container UI props #3703

Oui-Dev opened this issue Mar 27, 2025 · 2 comments
Labels
bug Something isn't working v3 #1289

Comments

@Oui-Dev
Copy link

Oui-Dev commented Mar 27, 2025

Environment

  • Operating System: Linux
  • Node Version: v22.14.0
  • Nuxt Version: 3.16.1
  • CLI Version: 3.23.1
  • Nitro Version: 2.11.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: devtools, typescript, css, compatibilityDate, devServer, vite, runtimeConfig, app, ui, modules
  • Runtime Modules: @nuxt/[email protected], @pinia/[email protected], pinia-plugin-persistedstate/[email protected]
  • Build Modules: -

Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.0.1

Reproduction

Description

I don't know if this is intentional or if it's a mistake but the :ui={} props is missing on <UContainer />
This props was available on Nuxt UI V2.

Additional context

No response

Logs

@Oui-Dev Oui-Dev added bug Something isn't working triage v3 #1289 labels Mar 27, 2025
@HugoRCD
Copy link
Member

HugoRCD commented Mar 27, 2025

@Yes-dev Since the Container has only one slot, it doesn't need props :ui You can already customize it simply by using the class

@HugoRCD HugoRCD closed this as completed Mar 27, 2025
@Oui-Dev
Copy link
Author

Oui-Dev commented Mar 27, 2025

Oh yeah that's true, I hadn't thought of it
Thx !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v3 #1289
Projects
None yet
Development

No branches or pull requests

3 participants