About pluto sliders and documentation

You can combine Sliders with markdown, so your example would look something like:

md"""
Battery power: $(@bind x Slider(1:100, show_value = true)) MW

Battery energy: $(@bind y Slider(1:100, show_value = true)) MWh
"""

This binds battery power to x and battery energy to y

2 Likes