-
Notifications
You must be signed in to change notification settings - Fork 988
Closed
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v22.12.0
- Nuxt Version: 3.15.4
- CLI Version: 3.22.2
- Nitro Version: 2.10.4
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, future, compatibilityDate, typescript, modules, components, ui, css, vite, formkit
- Runtime Modules: @nuxt/[email protected], @formkit/[email protected], @nuxt/[email protected], @vueuse/[email protected], @nuxt/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
3.0.0-alpha.13
Reproduction
--
Description
According to the documentation, the Button component accepts props active which theoretically should force an active state for the button - unfortunately adding this does not change anything.
In addition, there is a lack of styles and support for the active button (as is the case with links)
What I would like to achieve:
I want the navigation menu to consist of links that visually look like buttons, in addition, I would like the button (if it is under the address to which it leads) to be active (visually distinguished from the other buttons)
Additional context
No response