Integrate the Custom Slider

How do we define what is rendered on the browser?

This part of the tutorial will build the HTML, CSS and Javascript code to render an interactive slider.

You’re welcome to grab the code setup from the part2 branch of the project to start:

$ git clone https://github.com/andfanilo/streamlit-custom-slider
$ git checkout part2
$ cd streamlit_custom_slider/frontend
$ npm install