1
0
mirror of synced 2024-11-22 21:36:04 +03:00
vue-formulario/examples/specimens/SpecimenSlider.vue

17 lines
409 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="specimens specimens--text">
<h2>Slider classification</h2>
<div class="specimen specimen--single">
<h3>Range</h3>
<FormulateInput
label="How far should we crank it up?"
type="range"
min="0"
max="11"
:show-value="true"
help="Whenever were allowed to have a party again..."
/>
</div>
</div>
</template>