Panel widgets with unit of measurement

Is there a possibility to add a unit to the widget text? This would be great since i have to work with mixed units (mm, m, km) and not only SI base units.

For example:
float_slider = pn.widgets.FloatSlider(name=‘Float Slider’, value=1.23, unit=‘kg/s’)

The widget should look like this:
Screenshot 2020-02-15 at 09.29.37

Does this qualify as a feature request?

1 Like

Absolutely, an issue would be appreciated.

1 Like