2020-05-17 22:06:55 +03:00
|
|
|
|
<template>
|
2020-10-09 22:58:28 +03:00
|
|
|
|
<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 we’re allowed to have a party again..."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
2020-05-17 22:06:55 +03:00
|
|
|
|
</div>
|
|
|
|
|
</template>
|