-
Hi! I've seen some examples of using tooltips with buttons (here and here). My attempt looks like this: with vuetify.VTooltip(bottom=True):
with vuetify.Template(v_slot_activator='{ on, attrs }'):
vuetify.VSlider(
v_model=("z_scale", DEFAULT_Z_SCALE),
v_bind='attrs',
v_on='on',
min=1,
max=100,
step=1,
hide_details=True,
dense=True,
style="max-width: calc(15vw - 10px);",
)
html.Span("Rescale Z-axis") I don't understand what Vuetify 2. |
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
Oct 13, 2024
Replies: 1 comment 5 replies
-
Just nest the slider in a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move the style you had on the slider to the div.