The extension comes with a JavaScript implementation which updates the output value associated to the slider.
<input id="sliderWithValue" class="slider has-output is-fullwidth" min="0" max="100" value="50" step="1" type="range">
<output for="sliderWithValue">50</output>
bulmaSlider.attach();