Angh0r
Angh0r
NNuxt
Created by Angh0r on 4/25/2025 in #❓・help
[NuxtUI] NavigationMenu - How to style active state
FYI: configuration mentioned above by Kapa is working with one restriction: light color mode needs exclamation "! " as to change active BG you need !important . dark: classes are applied correctly.
11 replies
NNuxt
Created by Angh0r on 4/25/2025 in #❓・help
[NuxtUI] NavigationMenu - How to style active state
@kapa.ai non of above works. Background color stays the same
11 replies
NNuxt
Created by Angh0r on 4/24/2025 in #❓・help
[NuxtUI] InputMenu as Search window
@kapa.ai This way redirect doesn't work as well. Value is selected and filled in input field fairing another search. It acts like select more than text input. It seemes that this componentsis not meant to be used as search.
25 replies
NNuxt
Created by Angh0r on 4/24/2025 in #❓・help
[NuxtUI] InputMenu as Search window
@kapa.ai adding "to:" with URL nor adding "onSelect:" with navigateTo() doesnt work. Documentation shows that item inside inputMenu does not support props of link compomnent.
25 replies
NNuxt
Created by Angh0r on 4/24/2025 in #❓・help
[NuxtUI] InputMenu as Search window
@kapa.ai it's better but how do I pass url to found items and later redirect on select?
25 replies
NNuxt
Created by Angh0r on 4/24/2025 in #❓・help
[NuxtUI] InputMenu as Search window
@kapa.ai unfortunately v-model doesn't seems to work. v-model:open works fine and thah value is reactive, but v-model is showing an error: Type 'string' is not assignable to type 'undefined'.
25 replies
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
base app simply extends that layer
11 replies
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
I understand that tilda is an issue but whateeve I've tried to put there error is always the same: [11:26:38] ERROR Pre-transform error: Failed to resolve import "~/assets/css/main.css" from "virtual:nuxt:...
11 replies
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
nuxt-ui-layer nuxt.config:
export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
css: ['~/assets/css/main.css'],

devtools: { enabled: true },
modules: ["@nuxt/eslint", "@nuxt/ui"],
})
export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
css: ['~/assets/css/main.css'],

devtools: { enabled: true },
modules: ["@nuxt/eslint", "@nuxt/ui"],
})
11 replies