# streamlit-custom-slider **Repository Path**: mirrors_lepy/streamlit-custom-slider ## Basic Information - **Project Name**: streamlit-custom-slider - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Streamlit Custom Slider - Blog post Source code for the [Streamlit Components tutorial](https://streamlit-components-tutorial.netlify.app). ![](./demo.gif) Checkout the branch you're interested in ``` git checkout partx ``` Install streamlit and custom library: ``` pip install streamlit pip install -e . ``` Install npm dependencies : ``` cd streamlit_custom_slider/frontend npm install ``` Run custom components web server : ``` cd streamlit_custom_slider/frontend npm run start ``` Run Streamlit code : ``` streamlit run app.py ```