Angh0r
Nuxt UI v3 as layer
I'm not able to use layer that contains Nuxt UI v.3
Problem is with css import in
nuxt.config.ts
. Once I try to run dev command, there is an error 500: '~/assets/css/main.css' can't be found
.
Does running v3 as layer requires some extra approach?10 replies
Can I turn off autoselect/focus on first item in <USelectMenu>
My v-model is empty string at the beginning. When anybody click on select menu, the list of options is displayed and first option is automatically focused. On click outside this option is automatically selected even when user didn't explicitly clicked on it. That leads to many errors in my app.
Is there a way to turn this behavior off?
1 replies
Hover state only for table body rows
Hi. I know that rows are highlighted in selectable mode. But in my case I just want highlight rows on hover to help users scan trough data.
I know I can add "hover:bg-somecolor-50" to
ui: { tr: { base { } } }
but it also affects table header.
Is there a way to target only rows in table body?4 replies