Replies: 2 comments
-
Hi Cyclodex, I'm trying to get a v-btn to render as a regular button in the app-bar too. Did you find a work around to get the buttons to render the way you want them to render? (You could apply the v-btn variant attribute in version 2) P |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering why my buttons were not behaving normally, and I found out that they apply text variant because they are within v-app-bar.
The info is noted in the documentation:
But why are the v-btn forced to be of variant "text" within v-app-bar?
Why is it not configurable? I tried it over
Nothing of the above works and so we need to tell every
v-btn
, that it should not behave like a text-variant. I am wondering what's the reason behind this and if the documentation maybe can be more explicit about it.Thanks !
Beta Was this translation helpful? Give feedback.
All reactions